changeset 496:9ffc11470ea2

Fix missing library
author Sebastien Decugis <sdecugis@nict.go.jp>
date Mon, 16 Aug 2010 16:55:53 +0900
parents 6e53be78d658
children 715dd6714ce7
files contrib/debian/freediameter-radius-gateway.install extensions/app_radgw/CMakeLists.txt
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/debian/freediameter-radius-gateway.install	Mon Aug 16 11:44:31 2010 +0900
+++ b/contrib/debian/freediameter-radius-gateway.install	Mon Aug 16 16:55:53 2010 +0900
@@ -1,2 +1,3 @@
 usr/lib/freeDiameter/app_radgw.fdx
 usr/lib/freeDiameter/*.rgwx
+usr/lib/freeDiameter/rgw_common.*
--- a/extensions/app_radgw/CMakeLists.txt	Mon Aug 16 11:44:31 2010 +0900
+++ b/extensions/app_radgw/CMakeLists.txt	Mon Aug 16 16:55:53 2010 +0900
@@ -29,6 +29,7 @@
 	hostap_compat.h
 )
 ADD_LIBRARY(rgw_common SHARED ${RG_COMMON_SRC})
+SET_TARGET_PROPERTIES(rgw_common PROPERTIES PREFIX "" )
 
 
 
@@ -121,7 +122,7 @@
 ####
 ## INSTALL section ##
 
-INSTALL(TARGETS app_radgw
+INSTALL(TARGETS app_radgw rgw_common
 	LIBRARY DESTINATION ${INSTALL_EXTENSIONS_SUFFIX}
 	COMPONENT freeDiameter-radius-gateway)
 
"Welcome to our mercurial repository"