diff options
author | Itamar Reis Peixoto <itamar@ispbrasil.com.br> | 2016-02-13 17:40:33 -0200 |
---|---|---|
committer | Itamar Reis Peixoto <itamar@ispbrasil.com.br> | 2016-02-13 17:40:33 -0200 |
commit | 371ad8d90d4e6b94ef6f4d4b466f6374e2725de8 (patch) | |
tree | 64c7b237ed4a44e945d48b366df4d7bbe337ac40 /xrdp/Makefile.am | |
parent | ac901fd283e2cd418740ea1445b41502aa57ccb5 (diff) | |
parent | dcab7552db2af346724c5090e529950b32a7076d (diff) | |
download | xrdp-proprietary-371ad8d90d4e6b94ef6f4d4b466f6374e2725de8.tar.gz xrdp-proprietary-371ad8d90d4e6b94ef6f4d4b466f6374e2725de8.zip |
Merge pull request #319 from proski/misc
Miscellaneous minor patches, mostly for the build system
Diffstat (limited to 'xrdp/Makefile.am')
-rw-r--r-- | xrdp/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xrdp/Makefile.am b/xrdp/Makefile.am index 308f01a4..f20cda69 100644 --- a/xrdp/Makefile.am +++ b/xrdp/Makefile.am @@ -22,7 +22,7 @@ AM_CPPFLAGS = \ -DXRDP_SBIN_PATH=\"${sbindir}\" \ -DXRDP_SHARE_PATH=\"${datadir}/xrdp\" \ -DXRDP_PID_PATH=\"${localstatedir}/run\" \ - -DXRDP_LIB_PATH=\"${libdir}\" \ + -DXRDP_MODULE_PATH=\"${moduledir}\" \ $(EXTRA_DEFINES) \ -I$(top_builddir) \ -I$(top_srcdir)/common \ |