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 /common/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 'common/Makefile.am')
-rw-r--r-- | common/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Makefile.am b/common/Makefile.am index c8501586..cc72b22b 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -26,7 +26,7 @@ AM_CPPFLAGS = \ -DXRDP_PID_PATH=\"${localstatedir}/run\" \ -DXRDP_LOG_PATH=\"${localstatedir}/log\" -lib_LTLIBRARIES = \ +module_LTLIBRARIES = \ libcommon.la libcommon_la_SOURCES = \ |