You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gs...@apache.org on 2009/03/13 10:18:10 UTC

svn commit: r753183 - /qpid/trunk/qpid/cpp/src/Makefile.am

Author: gsim
Date: Fri Mar 13 09:18:09 2009
New Revision: 753183

URL: http://svn.apache.org/viewvc?rev=753183&view=rev
Log:
QPID-1673: Include BrokerImportExport header in distribution list.


Modified:
    qpid/trunk/qpid/cpp/src/Makefile.am

Modified: qpid/trunk/qpid/cpp/src/Makefile.am
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/Makefile.am?rev=753183&r1=753182&r2=753183&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/Makefile.am (original)
+++ qpid/trunk/qpid/cpp/src/Makefile.am Fri Mar 13 09:18:09 2009
@@ -500,6 +500,7 @@
   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 @@
   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 @@
   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)



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org