changeset 626:e55d6ffd1a75

Fix install component
author Sebastien Decugis <sdecugis@nict.go.jp>
date Tue, 14 Dec 2010 11:53:03 +0900
parents 2cd2cf7abe2a
children 330be61dbf43
files extensions/dict_legacy_xml/CMakeLists.txt extensions/dict_mip6a/CMakeLists.txt extensions/dict_mip6i/CMakeLists.txt extensions/dict_nas_mipv6/CMakeLists.txt
diffstat 4 files changed, 4 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/extensions/dict_legacy_xml/CMakeLists.txt	Tue Dec 14 11:52:28 2010 +0900
+++ b/extensions/dict_legacy_xml/CMakeLists.txt	Tue Dec 14 11:53:03 2010 +0900
@@ -30,7 +30,6 @@
 ####
 ## INSTALL section ##
 
-# We install with the daemon component because it is a base feature.
 INSTALL(TARGETS dict_legacy_xml
 	LIBRARY DESTINATION ${INSTALL_EXTENSIONS_SUFFIX}
-	COMPONENT freeDiameter-daemon)
+	COMPONENT freeDiameter-dictionary-legacy)
--- a/extensions/dict_mip6a/CMakeLists.txt	Tue Dec 14 11:52:28 2010 +0900
+++ b/extensions/dict_mip6a/CMakeLists.txt	Tue Dec 14 11:53:03 2010 +0900
@@ -10,4 +10,4 @@
 
 INSTALL(TARGETS dict_mip6a
 	LIBRARY DESTINATION ${INSTALL_EXTENSIONS_SUFFIX}
-	COMPONENT freeDiameter-dictionary-mip6a)
+	COMPONENT freeDiameter-dictionary-mip6)
--- a/extensions/dict_mip6i/CMakeLists.txt	Tue Dec 14 11:52:28 2010 +0900
+++ b/extensions/dict_mip6i/CMakeLists.txt	Tue Dec 14 11:53:03 2010 +0900
@@ -10,4 +10,4 @@
 
 INSTALL(TARGETS dict_mip6i
 	LIBRARY DESTINATION ${INSTALL_EXTENSIONS_SUFFIX}
-	COMPONENT freeDiameter-dictionary-mip6i)
+	COMPONENT freeDiameter-dictionary-mip6)
--- a/extensions/dict_nas_mipv6/CMakeLists.txt	Tue Dec 14 11:52:28 2010 +0900
+++ b/extensions/dict_nas_mipv6/CMakeLists.txt	Tue Dec 14 11:53:03 2010 +0900
@@ -10,4 +10,4 @@
 
 INSTALL(TARGETS dict_nas_mipv6
 	LIBRARY DESTINATION ${INSTALL_EXTENSIONS_SUFFIX}
-	COMPONENT freeDiameter-dictionary-nas_mipv6)
+	COMPONENT freeDiameter-dictionary-mip6)
"Welcome to our mercurial repository"