diff options
Diffstat (limited to 'xup')
-rw-r--r-- | xup/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/xup/Makefile.am b/xup/Makefile.am index 2552b7df..2689a2c1 100644 --- a/xup/Makefile.am +++ b/xup/Makefile.am @@ -1,3 +1,10 @@ + +AM_CFLAGS = \ + -DXRDP_CFG_PATH=\"${sysconfdir}/xrdp\" \ + -DXRDP_SBIN_PATH=\"${sbindir}\" \ + -DXRDP_SHARE_PATH=\"${datadir}/xrdp\" \ + -DXRDP_PID_PATH=\"${localstatedir}/run\" + INCLUDES = \ -I$(top_srcdir)/common |