diff options
| author | Carl C. Trieloff <cctrieloff@apache.org> | 2008-07-31 20:52:56 +0000 |
|---|---|---|
| committer | Carl C. Trieloff <cctrieloff@apache.org> | 2008-07-31 20:52:56 +0000 |
| commit | d6e0f8aeb5a896170eb819908714bf2464598c0b (patch) | |
| tree | 36ce17e1ea6f2a5bc992352b761cd61030710114 /qpid/cpp/src/acl.mk | |
| parent | dd603a5b59564b09d842d52d96667cb1c25e1aae (diff) | |
| download | qpid-python-d6e0f8aeb5a896170eb819908714bf2464598c0b.tar.gz | |
missing file
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@681483 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/acl.mk')
| -rw-r--r-- | qpid/cpp/src/acl.mk | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/qpid/cpp/src/acl.mk b/qpid/cpp/src/acl.mk new file mode 100644 index 0000000000..669e8fe9d7 --- /dev/null +++ b/qpid/cpp/src/acl.mk @@ -0,0 +1,13 @@ +# +# acl library makefile fragment, to be included in Makefile.am +# +lib_LTLIBRARIES += libqpidacl.la + +libqpidacl_la_SOURCES = \ + qpid/acl/Acl.cpp \ + qpid/acl/Acl.h \ + qpid/acl/AclPlugin.cpp + +libqpidacl_la_LIBADD= -lacl libqpidbroker.la + + |
