From db22714f2217bbf90c5f9ee57f5fb03d5b81377e Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Fri, 18 Mar 2011 21:38:00 +0000 Subject: QPID-3155: Install module libraries during install-exec phase The C++ automake system has 2 install phases, exec and data. Module libraries are installed incorrectly in the data phase. Fix the makefiles to install them in the exec phase. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1083077 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/acl.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/src/acl.mk') diff --git a/cpp/src/acl.mk b/cpp/src/acl.mk index bcd1d88335..b8e2ff0e13 100644 --- a/cpp/src/acl.mk +++ b/cpp/src/acl.mk @@ -18,8 +18,8 @@ # # # acl library makefile fragment, to be included in Makefile.am -# -dmodule_LTLIBRARIES += acl.la +# +dmoduleexec_LTLIBRARIES += acl.la acl_la_SOURCES = \ qpid/acl/Acl.cpp \ -- cgit v1.2.1