diff options
| author | Darryl L. Pierce <mcpierce@apache.org> | 2012-11-27 18:07:49 +0000 |
|---|---|---|
| committer | Darryl L. Pierce <mcpierce@apache.org> | 2012-11-27 18:07:49 +0000 |
| commit | 5d1df1b78ccc6e2cfc6cc96deb773e9fe21d1caa (patch) | |
| tree | 3830f7544cd9b4773a7050f53491d988d486d348 /cpp/Makefile.am | |
| parent | 90db1443d090ddecea5e381fc1671520503431f3 (diff) | |
| download | qpid-python-5d1df1b78ccc6e2cfc6cc96deb773e9fe21d1caa.tar.gz | |
QPID-4207 : Relocated all swig .i files to the include directory.
Updated the build systems to use the new locations. Updated all other .i
files to not use relative paths when referencing them.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1414294 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/Makefile.am')
| -rw-r--r-- | cpp/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/Makefile.am b/cpp/Makefile.am index 8a06948c3e..569bf5f774 100644 --- a/cpp/Makefile.am +++ b/cpp/Makefile.am @@ -27,6 +27,7 @@ EXTRA_DIST = \ xml/cluster.xml INSTALL-WINDOWS CMakeLists.txt BuildInstallSettings.cmake \ packaging/NSIS QPID_VERSION.txt bindings/CMakeLists.txt \ bindings/swig_python_typemaps.i bindings/swig_ruby_typemaps.i bindings/swig_perl_typemaps.i + include/qpid/qpid.i include/qmf/qmfengine.i include/qmf/qmf2.i SUBDIRS = managementgen etc src docs/api docs/man examples bindings/qmf bindings/qpid bindings/qmf2 @@ -36,4 +37,4 @@ libtool: $(LIBTOOL_DEPS) check-long: all $(MAKE) -C src/tests check-long -
\ No newline at end of file + |
