You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by mc...@apache.org on 2013/02/18 22:08:41 UTC

svn commit: r1447496 - /qpid/trunk/qpid/cpp/CMakeLists.txt

Author: mcpierce
Date: Mon Feb 18 21:08:41 2013
New Revision: 1447496

URL: http://svn.apache.org/r1447496
Log:
QPID-4588: Fix all Swig descriptors to look in qpid and qmf subdirs.

Updated the CMake files to also install the descriptors to the
appropriate locations.

Modified:
    qpid/trunk/qpid/cpp/CMakeLists.txt

Modified: qpid/trunk/qpid/cpp/CMakeLists.txt
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/CMakeLists.txt?rev=1447496&r1=1447495&r2=1447496&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/CMakeLists.txt (original)
+++ qpid/trunk/qpid/cpp/CMakeLists.txt Mon Feb 18 21:08:41 2013
@@ -68,14 +68,14 @@ set (QPIDD_CONF_FILE ${QPIDD_CONF_PATH} 
      "Name of the Qpid broker configuration file")
 
 install(FILES  LICENSE NOTICE  DESTINATION ${QPID_INSTALL_DOCDIR})
-install(FILES  bindings/swig_perl_typemaps.i
+install(FILES  include/qpid/qpid.i
+               bindings/swig_perl_typemaps.i
                bindings/swig_python_typemaps.i
                bindings/swig_ruby_typemaps.i
-               DESTINATION ${QPID_INSTALL_DATADIR})
-install(FILES  include/qpid/qpid.i
-               include/qmf/qmfengine.i
+               DESTINATION ${QPID_INSTALL_DATADIR}/qpid)
+install(FILES  include/qmf/qmfengine.i
                include/qmf/qmf2.i
-        DESTINATION ${QPID_INSTALL_INCLUDEDIR})
+        DESTINATION ${QPID_INSTALL_INCLUDEDIR}/qmf)
 
 if (WIN32)
    set (CMAKE_DEBUG_POSTFIX "d")



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org