diff options
author | jsorg71 <jay.sorg@gmail.com> | 2013-03-09 20:31:17 -0800 |
---|---|---|
committer | jsorg71 <jay.sorg@gmail.com> | 2013-03-09 20:31:17 -0800 |
commit | 75f63e78947f48f106d6cbdb913c898edce8840f (patch) | |
tree | 5af1d3f1d42f5ff6ecf4c9b7951dc82003ced18e /xrdp/Makefile.am | |
parent | 297fdaf1c6615a856aaaa16072eb8538f39faf19 (diff) | |
parent | b518a3bfe91bb157948dde85e42f63f42b00da58 (diff) | |
download | xrdp-proprietary-75f63e78947f48f106d6cbdb913c898edce8840f.tar.gz xrdp-proprietary-75f63e78947f48f106d6cbdb913c898edce8840f.zip |
Merge pull request #64 from imprazaguy/bug_fix_nopam
Bug fix for building without PAM
Diffstat (limited to 'xrdp/Makefile.am')
-rw-r--r-- | xrdp/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xrdp/Makefile.am b/xrdp/Makefile.am index b755bbeb..25ab3eed 100644 --- a/xrdp/Makefile.am +++ b/xrdp/Makefile.am @@ -14,6 +14,7 @@ AM_CFLAGS = \ $(EXTRA_DEFINES) INCLUDES = \ + -I$(top_builddir) \ -I$(top_srcdir)/common \ -I$(top_srcdir)/libxrdp |