changeset 497:715dd6714ce7

Fix location where the rgw_common library is installed
author Sebastien Decugis <sdecugis@nict.go.jp>
date Mon, 16 Aug 2010 17:31:54 +0900
parents 9ffc11470ea2
children 2d6d298b64f3
files contrib/debian/freediameter-radius-gateway.install extensions/app_radgw/CMakeLists.txt
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/debian/freediameter-radius-gateway.install	Mon Aug 16 16:55:53 2010 +0900
+++ b/contrib/debian/freediameter-radius-gateway.install	Mon Aug 16 17:31:54 2010 +0900
@@ -1,3 +1,3 @@
 usr/lib/freeDiameter/app_radgw.fdx
 usr/lib/freeDiameter/*.rgwx
-usr/lib/freeDiameter/rgw_common.*
+usr/lib/rgw_common.*
--- a/extensions/app_radgw/CMakeLists.txt	Mon Aug 16 16:55:53 2010 +0900
+++ b/extensions/app_radgw/CMakeLists.txt	Mon Aug 16 17:31:54 2010 +0900
@@ -122,8 +122,12 @@
 ####
 ## INSTALL section ##
 
-INSTALL(TARGETS app_radgw rgw_common
+INSTALL(TARGETS app_radgw
 	LIBRARY DESTINATION ${INSTALL_EXTENSIONS_SUFFIX}
 	COMPONENT freeDiameter-radius-gateway)
+	
+INSTALL(TARGETS rgw_common
+	LIBRARY DESTINATION ${INSTALL_LIBRARY_SUFFIX}
+	COMPONENT freeDiameter-radius-gateway)
 
 # Note that all compiled plugins are added by the RGWX_ADD_PLUGIN macro in the component freeDiameter-radius-gateway as well.
"Welcome to our mercurial repository"