diff options
| author | Ted Ross <tross@apache.org> | 2009-01-08 20:46:26 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2009-01-08 20:46:26 +0000 |
| commit | 1999de93ec55aa3af73880eb4f8b10b772415995 (patch) | |
| tree | fb224ff87bb4f59ede7d333d6b5951b7a7d46a2f /qpid/cpp/src/Makefile.am | |
| parent | 644548297c8ccf1478801e6ab7cf8babd4c3ffb3 (diff) | |
| download | qpid-python-1999de93ec55aa3af73880eb4f8b10b772415995.tar.gz | |
Fixed automake files so c++ console headers are properly packaged.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@732818 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/Makefile.am')
| -rw-r--r-- | qpid/cpp/src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/src/Makefile.am b/qpid/cpp/src/Makefile.am index 7aefa7f481..5823755a7a 100644 --- a/qpid/cpp/src/Makefile.am +++ b/qpid/cpp/src/Makefile.am @@ -176,6 +176,7 @@ dmoduledir=$(libdir)/qpid/daemon cmoduledir=$(libdir)/qpid/client dmodule_LTLIBRARIES = cmodule_LTLIBRARIES = +module_hdr = include cluster.mk include acl.mk @@ -471,6 +472,7 @@ libqpidclient_la_SOURCES = \ nobase_include_HEADERS = \ $(platform_hdr) \ + $(module_hdr) \ qpid/amqp_0_10/apply.h \ qpid/assert.h \ qpid/Address.h \ @@ -495,8 +497,6 @@ nobase_include_HEADERS = \ qpid/memory.h \ qpid/shared_ptr.h \ qpid/Version.h \ - qpid/agent/ManagementAgent.h \ - qpid/agent/ManagementAgentImpl.h \ qpid/broker/Broker.h \ qpid/broker/AclModule.h \ qpid/broker/SessionAdapter.h \ |
