diff options
| author | Carl C. Trieloff <cctrieloff@apache.org> | 2008-10-03 15:01:55 +0000 |
|---|---|---|
| committer | Carl C. Trieloff <cctrieloff@apache.org> | 2008-10-03 15:01:55 +0000 |
| commit | 25c373622b86747b1e9360e677f9c1997950428e (patch) | |
| tree | fbb5577d8103f6cf196d356716ccf397fb74ba06 /cpp/src/Makefile.am | |
| parent | fa3f3064159d8109a1c0cf485a9959337397cd95 (diff) | |
| download | qpid-python-25c373622b86747b1e9360e677f9c1997950428e.tar.gz | |
QPID 1306
- added QueueOptions helper
- added tests for Queue Options helper.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@701397 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/Makefile.am')
| -rw-r--r-- | cpp/src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am index c15e2139bc..c489af901b 100644 --- a/cpp/src/Makefile.am +++ b/cpp/src/Makefile.am @@ -382,6 +382,7 @@ libqpidclient_la_SOURCES = \ qpid/client/LocalQueue.cpp \ qpid/client/Message.cpp \ qpid/client/MessageListener.cpp \ + qpid/client/QueueOptions.cpp \ qpid/client/Results.cpp \ qpid/client/SessionBase_0_10.cpp \ qpid/client/SessionBase_0_10.h \ @@ -506,6 +507,7 @@ nobase_include_HEADERS = \ qpid/client/FutureCompletion.h \ qpid/client/FutureResult.h \ qpid/client/LocalQueue.h \ + qpid/client/QueueOptions.h \ qpid/client/Message.h \ qpid/client/MessageListener.h \ qpid/client/Results.h \ |
