You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by pn...@apache.org on 2015/11/26 11:06:09 UTC

celix git commit: CELIX-272: Fix install command for dfi lib

Repository: celix
Updated Branches:
  refs/heads/develop cc7d09128 -> 5e04c3d6a


CELIX-272: Fix install command for dfi lib


Project: http://git-wip-us.apache.org/repos/asf/celix/repo
Commit: http://git-wip-us.apache.org/repos/asf/celix/commit/5e04c3d6
Tree: http://git-wip-us.apache.org/repos/asf/celix/tree/5e04c3d6
Diff: http://git-wip-us.apache.org/repos/asf/celix/diff/5e04c3d6

Branch: refs/heads/develop
Commit: 5e04c3d6a5cd8fa8e51e524b8a5cb1e9af0bd9d4
Parents: cc7d091
Author: Pepijn Noltes <pe...@gmail.com>
Authored: Thu Nov 26 11:05:34 2015 +0100
Committer: Pepijn Noltes <pe...@gmail.com>
Committed: Thu Nov 26 11:05:34 2015 +0100

----------------------------------------------------------------------
 .../dynamic_function_interface/CMakeLists.txt                      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/celix/blob/5e04c3d6/remote_services/remote_service_admin_dfi/dynamic_function_interface/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/remote_services/remote_service_admin_dfi/dynamic_function_interface/CMakeLists.txt b/remote_services/remote_service_admin_dfi/dynamic_function_interface/CMakeLists.txt
index eed3c2c..db9ed65 100644
--- a/remote_services/remote_service_admin_dfi/dynamic_function_interface/CMakeLists.txt
+++ b/remote_services/remote_service_admin_dfi/dynamic_function_interface/CMakeLists.txt
@@ -36,6 +36,6 @@ add_library(dfi SHARED
 )
 target_link_libraries(dfi ${FFI_LIBRARIES} ${JANSSON_LIBRARY})
 
-install(TARGETS dfi DESTINATION lib)
+install(TARGETS dfi DESTINATION lib COMPONENT framework)
 FILE(GLOB files "*.h")
 INSTALL(FILES ${files} DESTINATION include/celix/dfi)