Navigation


Changeset 626:e55d6ffd1a75 in freeDiameter


Ignore:
Timestamp:
Dec 14, 2010, 11:53:03 AM (13 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Fix install component

Location:
extensions
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • extensions/dict_legacy_xml/CMakeLists.txt

    r600 r626  
    3131## INSTALL section ##
    3232
    33 # We install with the daemon component because it is a base feature.
    3433INSTALL(TARGETS dict_legacy_xml
    3534        LIBRARY DESTINATION ${INSTALL_EXTENSIONS_SUFFIX}
    36         COMPONENT freeDiameter-daemon)
     35        COMPONENT freeDiameter-dictionary-legacy)
  • extensions/dict_mip6a/CMakeLists.txt

    r595 r626  
    1111INSTALL(TARGETS dict_mip6a
    1212        LIBRARY DESTINATION ${INSTALL_EXTENSIONS_SUFFIX}
    13         COMPONENT freeDiameter-dictionary-mip6a)
     13        COMPONENT freeDiameter-dictionary-mip6)
  • extensions/dict_mip6i/CMakeLists.txt

    r595 r626  
    1111INSTALL(TARGETS dict_mip6i
    1212        LIBRARY DESTINATION ${INSTALL_EXTENSIONS_SUFFIX}
    13         COMPONENT freeDiameter-dictionary-mip6i)
     13        COMPONENT freeDiameter-dictionary-mip6)
  • extensions/dict_nas_mipv6/CMakeLists.txt

    r595 r626  
    1111INSTALL(TARGETS dict_nas_mipv6
    1212        LIBRARY DESTINATION ${INSTALL_EXTENSIONS_SUFFIX}
    13         COMPONENT freeDiameter-dictionary-nas_mipv6)
     13        COMPONENT freeDiameter-dictionary-mip6)
Note: See TracChangeset for help on using the changeset viewer.