Navigation



Ignore:
Timestamp:
May 19, 2010, 11:08:05 AM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Completed initial debianization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/app_radgw/CMakeLists.txt

    r305 r313  
    6969  TARGET_LINK_LIBRARIES(${PLGNAME} rgw_common)
    7070  INSTALL(TARGETS ${PLGNAME}
    71         LIBRARY DESTINATION ${INSTALL_EXTENSIONS_PATH}
     71        LIBRARY DESTINATION ${INSTALL_EXTENSIONS_SUFFIX}
    7272        COMPONENT freeDiameter-radius-gateway)
    7373ENDMACRO(RGWX_ADD_PLUGIN)
     
    115115
    116116INSTALL(TARGETS app_radgw
    117         LIBRARY DESTINATION ${INSTALL_EXTENSIONS_PATH}
     117        LIBRARY DESTINATION ${INSTALL_EXTENSIONS_SUFFIX}
    118118        COMPONENT freeDiameter-radius-gateway)
    119119
    120 INSTALL(FILES ../../doc/app_radgw.conf.sample
    121         DESTINATION ${INSTALL_DOCUMENTATION_PATH}
    122         COMPONENT freeDiameter-radius-gateway)
    123 
    124 
    125120# Note that all compiled plugins are added by the RGWX_ADD_PLUGIN macro in the component freeDiameter-radius-gateway as well.
Note: See TracChangeset for help on using the changeset viewer.