You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2013/11/04 19:32:43 UTC

svn commit: r1538706 - /qpid/trunk/qpid/cpp/src/linearstore.cmake

Author: aconway
Date: Mon Nov  4 18:32:42 2013
New Revision: 1538706

URL: http://svn.apache.org/r1538706
Log:
NO-JIRA: Add cmake install command for linearstoreutils library.

Modified:
    qpid/trunk/qpid/cpp/src/linearstore.cmake

Modified: qpid/trunk/qpid/cpp/src/linearstore.cmake
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/linearstore.cmake?rev=1538706&r1=1538705&r2=1538706&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/linearstore.cmake (original)
+++ qpid/trunk/qpid/cpp/src/linearstore.cmake Mon Nov  4 18:32:42 2013
@@ -182,9 +182,15 @@ if (BUILD_LINEARSTORE)
         ${DB_LIBRARY}
     )
 
-install(TARGETS linearstore
-        DESTINATION ${QPIDD_MODULE_DIR}
-        COMPONENT ${QPID_COMPONENT_BROKER})
+  install(TARGETS linearstore
+    DESTINATION ${QPIDD_MODULE_DIR}
+    COMPONENT ${QPID_COMPONENT_BROKER})
+
+  install (TARGETS linearstoreutils
+    RUNTIME DESTINATION ${QPID_INSTALL_BINDIR}
+    LIBRARY DESTINATION ${QPID_INSTALL_LIBDIR}
+    ARCHIVE DESTINATION ${QPID_INSTALL_LIBDIR}
+    COMPONENT ${QPID_COMPONENT_BROKER})
 
 else (BUILD_LINEARSTORE)
     message(STATUS "Linearstore is excluded from build.")



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