diff options
author | Gordon Sim <gsim@apache.org> | 2009-03-13 09:18:09 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2009-03-13 09:18:09 +0000 |
commit | d32dc27b89a3c98d5d4eeef37aabee42051f4b7a (patch) | |
tree | dd113c90b935c5460e72e5492de2d0c8ca43a3ed /cpp/src | |
parent | 0398410e8894287da530cfb63d6344817445bfc2 (diff) | |
download | qpid-python-d32dc27b89a3c98d5d4eeef37aabee42051f4b7a.tar.gz |
QPID-1673: Include BrokerImportExport header in distribution list.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@753183 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am index 0eece459b6..45dcffc959 100644 --- a/cpp/src/Makefile.am +++ b/cpp/src/Makefile.am @@ -500,6 +500,7 @@ nobase_include_HEADERS = \ qpid/broker/Queue.h \ qpid/broker/QueueListeners.h \ qpid/broker/QueueCleaner.h \ + qpid/broker/BrokerImportExport.h \ qpid/broker/BrokerSingleton.h \ qpid/broker/Bridge.h \ qpid/broker/Connection.h \ @@ -576,6 +577,7 @@ nobase_include_HEADERS = \ qpid/client/AckMode.h \ qpid/client/Bounds.h \ qpid/client/ChainableFrameHandler.h \ + qpid/client/ClientImportExport.h \ qpid/client/Completion.h \ qpid/client/Connection.h \ qpid/client/ConnectionHandler.h \ @@ -722,8 +724,7 @@ nobase_include_HEADERS = \ qpid/sys/Timer.h \ qpid/sys/TimeoutHandler.h \ qpid/sys/uuid.h \ - qpid/CommonImportExport.h \ - qpid/client/ClientImportExport.h + qpid/CommonImportExport.h # Force build of qpidd during dist phase so help2man will work. dist-hook: $(BUILT_SOURCES) |