summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/Makefile.am
diff options
context:
space:
mode:
authorCarl C. Trieloff <cctrieloff@apache.org>2008-07-31 20:45:44 +0000
committerCarl C. Trieloff <cctrieloff@apache.org>2008-07-31 20:45:44 +0000
commitdd603a5b59564b09d842d52d96667cb1c25e1aae (patch)
treed1f4f55e936a155ef8704b0a780e8cc4c9092c7b /qpid/cpp/src/Makefile.am
parentb87da3d2adc8ee6de3cf830ba13fa237ac6f37fb (diff)
downloadqpid-python-dd603a5b59564b09d842d52d96667cb1c25e1aae.tar.gz
- Implementation of ACL plugin
- Apply ACL to Exchange, Queue, Binding, Subscribe - Follow Java ACL types, few added To complete the implementation of ACL the following items are remaining. - ACL on message transfer - ACL on MGNT commands - Reading ACL from File, into auth map. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@681479 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/Makefile.am')
-rw-r--r--qpid/cpp/src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/cpp/src/Makefile.am b/qpid/cpp/src/Makefile.am
index 445f5eae0d..b217ca0ccc 100644
--- a/qpid/cpp/src/Makefile.am
+++ b/qpid/cpp/src/Makefile.am
@@ -103,6 +103,7 @@ platform_hdr = $(posix_plat_hdr)
lib_LTLIBRARIES = libqpidcommon.la libqpidbroker.la libqpidclient.la
include cluster.mk
+include acl.mk
# The logger library uses boost::date_time to format time.
# We have to disable the unused parameters warning to get around
@@ -377,6 +378,7 @@ nobase_include_HEADERS = \
qpid/agent/ManagementAgent.h \
qpid/agent/ManagementAgentImpl.h \
qpid/broker/Broker.h \
+ qpid/broker/AclModule.h \
qpid/broker/SessionAdapter.h \
qpid/broker/Exchange.h \
qpid/broker/Queue.h \