summaryrefslogtreecommitdiff
path: root/cpp/src/qmf.mk
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2009-01-08 20:46:26 +0000
committerTed Ross <tross@apache.org>2009-01-08 20:46:26 +0000
commit0b493a805eedb2584b9c118f4d002000e65cc5f5 (patch)
tree6e8e65b0e7c168d915ed593d50b022994523323d /cpp/src/qmf.mk
parentcefa0cb14c204ec90968292e1866f128030a1d92 (diff)
downloadqpid-python-0b493a805eedb2584b9c118f4d002000e65cc5f5.tar.gz
Fixed automake files so c++ console headers are properly packaged.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@732818 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qmf.mk')
-rw-r--r--cpp/src/qmf.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/src/qmf.mk b/cpp/src/qmf.mk
index a825971d51..f97d10e06f 100644
--- a/cpp/src/qmf.mk
+++ b/cpp/src/qmf.mk
@@ -22,6 +22,10 @@
#
lib_LTLIBRARIES += libqmfagent.la
+module_hdr += \
+ qpid/agent/ManagementAgent.h \
+ qpid/agent/ManagementAgentImpl.h
+
libqmfagent_la_SOURCES = \
qpid/agent/ManagementAgent.h \
qpid/agent/ManagementAgentImpl.cpp \