diff options
author | Stephen D. Huston <shuston@apache.org> | 2009-03-03 16:03:37 +0000 |
---|---|---|
committer | Stephen D. Huston <shuston@apache.org> | 2009-03-03 16:03:37 +0000 |
commit | 63d950855b3d53ce787641fbcfb69b8452b70277 (patch) | |
tree | 7af1a97d89e8a7815f95104d539c041106483078 | |
parent | ccb7d734a368b5fa2135440edeefdb6f3ac563ac (diff) | |
download | qpid-python-63d950855b3d53ce787641fbcfb69b8452b70277.tar.gz |
Add new files
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid-1673@749638 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | qpid/cpp/src/Makefile.am | 1 | ||||
-rw-r--r-- | qpid/cpp/src/qmfc.mk | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/qpid/cpp/src/Makefile.am b/qpid/cpp/src/Makefile.am index 57c6c4cca7..05fba55251 100644 --- a/qpid/cpp/src/Makefile.am +++ b/qpid/cpp/src/Makefile.am @@ -666,6 +666,7 @@ nobase_include_HEADERS = \ qpid/management/ManagementEvent.h \ qpid/management/ManagementExchange.h \ qpid/management/ManagementObject.h \ + qpid/sys/alloca.h \ qpid/sys/AggregateOutput.h \ qpid/sys/AsynchIO.h \ qpid/sys/AsynchIOHandler.h \ diff --git a/qpid/cpp/src/qmfc.mk b/qpid/cpp/src/qmfc.mk index 46e8d82f35..a95028413d 100644 --- a/qpid/cpp/src/qmfc.mk +++ b/qpid/cpp/src/qmfc.mk @@ -26,6 +26,7 @@ module_hdr += \ qpid/console/Agent.h \ qpid/console/Broker.h \ qpid/console/ClassKey.h \ + qpid/console/ConsoleImportExport.h \ qpid/console/ConsoleListener.h \ qpid/console/Event.h \ qpid/console/Object.h \ @@ -43,6 +44,7 @@ libqmfconsole_la_SOURCES = \ qpid/console/Broker.cpp \ qpid/console/ClassKey.h \ qpid/console/ClassKey.cpp \ + qpid/console/ConsoleImportExport.h \ qpid/console/ConsoleListener.h \ qpid/console/Event.h \ qpid/console/Event.cpp \ |