From dcab7552db2af346724c5090e529950b32a7076d Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Wed, 10 Feb 2016 10:24:09 -0800 Subject: 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. --- xrdpvr/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xrdpvr/Makefile.am') diff --git a/xrdpvr/Makefile.am b/xrdpvr/Makefile.am index f232ce41..0f2b7cbc 100644 --- a/xrdpvr/Makefile.am +++ b/xrdpvr/Makefile.am @@ -9,7 +9,7 @@ AM_CPPFLAGS = \ $(EXTRA_DEFINES) \ $(EXTRA_INCLUDES) -lib_LTLIBRARIES = \ +module_LTLIBRARIES = \ libxrdpvr.la libxrdpvr_la_SOURCES = \ -- cgit v1.2.1