diff options
| author | Darryl L. Pierce <mcpierce@apache.org> | 2012-12-11 18:21:27 +0000 |
|---|---|---|
| committer | Darryl L. Pierce <mcpierce@apache.org> | 2012-12-11 18:21:27 +0000 |
| commit | 5eada004fff717dbabcb16bd613b91a4f576c8ad (patch) | |
| tree | 4a99459a510b1263ebc93c54660dc72a3c13965a /cpp | |
| parent | 2accee2f0c0e30e417bf7f577faf2f6da92a4d57 (diff) | |
| download | qpid-python-5eada004fff717dbabcb16bd613b91a4f576c8ad.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/qpid@1420320 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
| -rw-r--r-- | cpp/src/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am index a8ff352858..cdddd22c41 100644 --- a/cpp/src/Makefile.am +++ b/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: |
