Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/neutrinolabs/xrdp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/vnc
diff options
context:
space:
mode:
authorPavel Roskin <plroskin@gmail.com>2016-02-10 21:24:09 +0300
committerPavel Roskin <plroskin@gmail.com>2016-02-13 10:52:46 +0300
commitdcab7552db2af346724c5090e529950b32a7076d (patch)
tree64c7b237ed4a44e945d48b366df4d7bbe337ac40 /vnc
parentffc4efb9ce09ccc370571793607b19193d8cb15b (diff)
Stop redefining libdir, use moduledir for ${libdir}/xrdp
libdir is for shared and static libraries. Some xrdp libraries are loaded dynamically from a non-standard directory, so they are used like modules. Having separate libdir and moduledir would eventually allow to separate dynamically loaded modules from shared libraries.
Diffstat (limited to 'vnc')
-rw-r--r--vnc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/vnc/Makefile.am b/vnc/Makefile.am
index a9a3aa14..9d37c6da 100644
--- a/vnc/Makefile.am
+++ b/vnc/Makefile.am
@@ -7,7 +7,7 @@ AM_CPPFLAGS = \
-DXRDP_PID_PATH=\"${localstatedir}/run\" \
-I$(top_srcdir)/common
-lib_LTLIBRARIES = \
+module_LTLIBRARIES = \
libvnc.la
libvnc_la_SOURCES = vnc.c