diff options
Diffstat (limited to 'vnc/Makefile.am')
-rw-r--r-- | vnc/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vnc/Makefile.am b/vnc/Makefile.am index 453022f4..80e486c3 100644 --- a/vnc/Makefile.am +++ b/vnc/Makefile.am @@ -5,6 +5,10 @@ AM_CPPFLAGS = \ -DXRDP_PID_PATH=\"${localstatedir}/run\" \ -I$(top_srcdir)/common +if XRDP_DEBUG +AM_CPPFLAGS += -DXRDP_DEBUG +endif + module_LTLIBRARIES = \ libvnc.la |