Author: mcpierce
Date: Tue Dec 11 18:21:27 2012
New Revision: 1420320

URL: http://svn.apache.org/viewvc?rev=1420320&view=rev
Log:
QPID-4499: Installs qpid.i, qmfengine.i and qmf2.i into include directory.

The three files are needed by the language bindings and so should be
delivered as a part of the installation of Qpid.

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=1420320&r1=1420319&r2=1420320&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/Makefile.am (original)
+++ qpid/trunk/qpid/cpp/src/Makefile.am Tue Dec 11 18:21:27 2012
@@ -952,6 +952,7 @@ libqpidmessaging_la_LDFLAGS = -version-i
 # NOTE: only public header files (which should be in ../include)
 # should go in this list. Private headers should go in the SOURCES
 # list for one of the libraries or executables that includes it.
+# Also included are the swig descriptor files.
 
 nobase_include_HEADERS +=                      \
   ../include/qpid/Address.h                    \
@@ -1038,7 +1039,10 @@ nobase_include_HEADERS +=                        \
   ../include/qpid/types/Exception.h            \
   ../include/qpid/types/Uuid.h                 \
   ../include/qpid/types/Variant.h              \
-  ../include/qpid/types/ImportExport.h
+  ../include/qpid/types/ImportExport.h          \
+  ../include/qpid/qpid.i                        \
+  ../include/qmf/qmfengine.i                    \
+  ../include/qmf/qmf2.i
 
 # Create the default data directory
 install-data-local:



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to