diff options
| author | Gordon Sim <gsim@apache.org> | 2013-07-13 09:15:49 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2013-07-13 09:15:49 +0000 |
| commit | ce70d9dec7f82513d3d421f97c0a446987fd8107 (patch) | |
| tree | 79046ee5de7b0fd1558cd3c8c5337436bcea9d9b /qpid/cpp/src/Makefile.am | |
| parent | 03349fee0dc9473750f465b92e37729299133902 (diff) | |
| download | qpid-python-ce70d9dec7f82513d3d421f97c0a446987fd8107.tar.gz | |
QPID-3247: add policy for self-struct subscription queue
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1502766 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/Makefile.am')
| -rw-r--r-- | qpid/cpp/src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/cpp/src/Makefile.am b/qpid/cpp/src/Makefile.am index 8a98cea1ee..f2253e22a1 100644 --- a/qpid/cpp/src/Makefile.am +++ b/qpid/cpp/src/Makefile.am @@ -748,6 +748,8 @@ libqpidbroker_la_SOURCES = \ qpid/broker/SelectorToken.h \ qpid/broker/SelectorValue.cpp \ qpid/broker/SelectorValue.h \ + qpid/broker/SelfDestructQueue.h \ + qpid/broker/SelfDestructQueue.cpp \ qpid/broker/SemanticState.cpp \ qpid/broker/SemanticState.h \ qpid/broker/SessionAdapter.cpp \ |
