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 | 7bb552ba7ec53a64a4ed2a41c5cfaa6b58885397 (patch) | |
| tree | cb28774743238e395abf652d360a09294f913bcd /cpp/src/acl.mk | |
| parent | 384cd0a4681418fe03fc6121ee71eebc3878b9d4 (diff) | |
| download | qpid-python-7bb552ba7ec53a64a4ed2a41c5cfaa6b58885397.tar.gz | |
missing file
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@681483 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/acl.mk')
| -rw-r--r-- | cpp/src/acl.mk | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/cpp/src/acl.mk b/cpp/src/acl.mk new file mode 100644 index 0000000000..669e8fe9d7 --- /dev/null +++ b/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 + + |
