diff options
Diffstat (limited to 'sesman/tools/Makefile.am')
-rw-r--r-- | sesman/tools/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sesman/tools/Makefile.am b/sesman/tools/Makefile.am index 44bf068b..9d6d6f9e 100644 --- a/sesman/tools/Makefile.am +++ b/sesman/tools/Makefile.am @@ -7,6 +7,10 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/sesman/libscp \ -I$(top_srcdir)/sesman +if XRDP_DEBUG +AM_CPPFLAGS += -DXRDP_DEBUG +endif + AM_CFLAGS = $(X_CFLAGS) bin_PROGRAMS = \ |