summaryrefslogtreecommitdiff
path: root/qpid/cpp
diff options
context:
space:
mode:
authorDarryl L. Pierce <mcpierce@apache.org>2012-12-11 18:21:27 +0000
committerDarryl L. Pierce <mcpierce@apache.org>2012-12-11 18:21:27 +0000
commitfffac20e0f519d3b065785fc67b604630ed8edc3 (patch)
tree139e3048c96db667d72c01462fda1a9fcc6981e6 /qpid/cpp
parent5725419ba6db35c73f57ef454ffe20294b6bc83b (diff)
downloadqpid-python-fffac20e0f519d3b065785fc67b604630ed8edc3.tar.gz
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. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1420320 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp')
-rw-r--r--qpid/cpp/src/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/qpid/cpp/src/Makefile.am b/qpid/cpp/src/Makefile.am
index a8ff352858..cdddd22c41 100644
--- a/qpid/cpp/src/Makefile.am
+++ b/qpid/cpp/src/Makefile.am
@@ -952,6 +952,7 @@ libqpidmessaging_la_LDFLAGS = -version-info $(QPIDMESSAGING_VERSION_INFO)
# 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: