diff options
author | volth <volth@webmaster.ms> | 2017-01-04 19:13:49 +0000 |
---|---|---|
committer | volth <volth@webmaster.ms> | 2017-01-04 19:20:44 +0000 |
commit | 26a26ef906be8569abcabb710fabf46fff9e54e1 (patch) | |
tree | 5f313d5c8bc31fde1a67091eca3bd02059c67cad /xup/Makefile.am | |
parent | 37b4a14b5472eaeb1650e915b7b302d1d7d1adf2 (diff) | |
download | xrdp-proprietary-26a26ef906be8569abcabb710fabf46fff9e54e1.tar.gz xrdp-proprietary-26a26ef906be8569abcabb710fabf46fff9e54e1.zip |
fix build with --enable-xrdpdebug=yes
Diffstat (limited to 'xup/Makefile.am')
-rw-r--r-- | xup/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xup/Makefile.am b/xup/Makefile.am index 2a4fa0df..76fc016a 100644 --- a/xup/Makefile.am +++ b/xup/Makefile.am @@ -7,8 +7,6 @@ AM_CPPFLAGS = \ if XRDP_DEBUG AM_CPPFLAGS += -DXRDP_DEBUG -else -AM_CPPFLAGS += -DXRDP_NODEBUG endif module_LTLIBRARIES = \ |