From 468b4b6ddaa3d96bb743cdbd27ded651eea31847 Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Thu, 11 Sep 2008 04:45:26 +0000 Subject: Refactored c++ client library to allow multiple protocols to be used simultaneously: - Added in capability for client library plugins: Client library will load in plugin modules from the client library module directory on library load. - Add protocol option into the standard client command line options - Split plugin module load area into daemon and client; default daemon module directory is now /qpid/daemon, default client module directory is /qpid/client. - Changed names of plugins to leave out libqpid prefix git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@694113 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/acl.mk | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'cpp/src/acl.mk') diff --git a/cpp/src/acl.mk b/cpp/src/acl.mk index cad66adf1a..d31a883c24 100644 --- a/cpp/src/acl.mk +++ b/cpp/src/acl.mk @@ -1,9 +1,9 @@ # # acl library makefile fragment, to be included in Makefile.am # -lib_LTLIBRARIES += libqpidacl.la +dmodule_LTLIBRARIES += acl.la -libqpidacl_la_SOURCES = \ +acl_la_SOURCES = \ qpid/acl/Acl.cpp \ qpid/acl/Acl.h \ qpid/acl/AclData.cpp \ @@ -12,6 +12,5 @@ libqpidacl_la_SOURCES = \ qpid/acl/AclReader.cpp \ qpid/acl/AclReader.h -libqpidacl_la_LIBADD = libqpidbroker.la - - +acl_la_LIBADD= libqpidbroker.la +acl_la_LDFLAGS = $(PLUGINLDFLAGS) -- cgit v1.2.1