From 23ffdb0c5fe0315d9d237f168e7d72abe0ba422c Mon Sep 17 00:00:00 2001 From: jsorg71 Date: Tue, 19 May 2009 04:23:49 +0000 Subject: autotools fix and file_loc.h simplified --- xrdp/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'xrdp/Makefile.am') diff --git a/xrdp/Makefile.am b/xrdp/Makefile.am index 2e6462b2..26eff4a1 100644 --- a/xrdp/Makefile.am +++ b/xrdp/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 \ -I$(top_srcdir)/libxrdp -- cgit v1.2.1