Navigation


Changeset 497:715dd6714ce7 in freeDiameter for extensions/app_radgw


Ignore:
Timestamp:
Aug 16, 2010, 5:31:54 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Fix location where the rgw_common library is installed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/app_radgw/CMakeLists.txt

    r496 r497  
    123123## INSTALL section ##
    124124
    125 INSTALL(TARGETS app_radgw rgw_common
     125INSTALL(TARGETS app_radgw
    126126        LIBRARY DESTINATION ${INSTALL_EXTENSIONS_SUFFIX}
     127        COMPONENT freeDiameter-radius-gateway)
     128       
     129INSTALL(TARGETS rgw_common
     130        LIBRARY DESTINATION ${INSTALL_LIBRARY_SUFFIX}
    127131        COMPONENT freeDiameter-radius-gateway)
    128132
Note: See TracChangeset for help on using the changeset viewer.