diff options
author | Ted Ross <tross@apache.org> | 2009-01-08 20:57:19 +0000 |
---|---|---|
committer | Ted Ross <tross@apache.org> | 2009-01-08 20:57:19 +0000 |
commit | f0f86ca1080683bb26f1bf58042171784dc6716a (patch) | |
tree | 589262adabca9d13d6662c25918de3aabe7ab97a /qpid/cpp/src/qmfc.mk | |
parent | e030dc3157335a42db2740a826481982b151a7d5 (diff) | |
download | qpid-python-f0f86ca1080683bb26f1bf58042171784dc6716a.tar.gz |
Fixed automake files so c++ console headers are properly packaged.
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/M4-RCs@732824 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/qmfc.mk')
-rw-r--r-- | qpid/cpp/src/qmfc.mk | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/qpid/cpp/src/qmfc.mk b/qpid/cpp/src/qmfc.mk index 089ac2dcd9..46e8d82f35 100644 --- a/qpid/cpp/src/qmfc.mk +++ b/qpid/cpp/src/qmfc.mk @@ -22,6 +22,20 @@ # lib_LTLIBRARIES += libqmfconsole.la +module_hdr += \ + qpid/console/Agent.h \ + qpid/console/Broker.h \ + qpid/console/ClassKey.h \ + qpid/console/ConsoleListener.h \ + qpid/console/Event.h \ + qpid/console/Object.h \ + qpid/console/ObjectId.h \ + qpid/console/Package.h \ + qpid/console/Schema.h \ + qpid/console/SequenceManager.h \ + qpid/console/SessionManager.h \ + qpid/console/Value.h + libqmfconsole_la_SOURCES = \ qpid/console/Agent.h \ qpid/console/Agent.cpp \ |