diff options
author | volth <volth@webmaster.ms> | 2017-01-04 12:54:55 +0000 |
---|---|---|
committer | volth <volth@webmaster.ms> | 2017-01-04 13:00:01 +0000 |
commit | 37b4a14b5472eaeb1650e915b7b302d1d7d1adf2 (patch) | |
tree | ded23ed187d26cee7572ac5810a0ee3c64ff25c4 /sesman/libscp/Makefile.am | |
parent | cd8b5f00309874686bca943c62d190f82666adef (diff) | |
download | xrdp-proprietary-37b4a14b5472eaeb1650e915b7b302d1d7d1adf2.tar.gz xrdp-proprietary-37b4a14b5472eaeb1650e915b7b302d1d7d1adf2.zip |
fix build with --enable-xrdpdebug=yes
Diffstat (limited to 'sesman/libscp/Makefile.am')
-rw-r--r-- | sesman/libscp/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sesman/libscp/Makefile.am b/sesman/libscp/Makefile.am index 1bb89910..ea4bdd42 100644 --- a/sesman/libscp/Makefile.am +++ b/sesman/libscp/Makefile.am @@ -5,6 +5,12 @@ AM_CPPFLAGS = \ -DXRDP_PID_PATH=\"${localstatedir}/run\" \ -I$(top_srcdir)/common +if XRDP_DEBUG +AM_CPPFLAGS += -DXRDP_DEBUG +else +AM_CPPFLAGS += -DXRDP_NODEBUG +endif + module_LTLIBRARIES = \ libscp.la |