# HG changeset patch # User Sebastien Decugis # Date 1292295183 -32400 # Node ID e55d6ffd1a75a2312c25599904722378d2dbd377 # Parent 2cd2cf7abe2afb68ad8a69682902aa17636b5fa9 Fix install component diff -r 2cd2cf7abe2a -r e55d6ffd1a75 extensions/dict_legacy_xml/CMakeLists.txt --- 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) diff -r 2cd2cf7abe2a -r e55d6ffd1a75 extensions/dict_mip6a/CMakeLists.txt --- 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) diff -r 2cd2cf7abe2a -r e55d6ffd1a75 extensions/dict_mip6i/CMakeLists.txt --- 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) diff -r 2cd2cf7abe2a -r e55d6ffd1a75 extensions/dict_nas_mipv6/CMakeLists.txt --- 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)