changeset 404:6b71c4c6c562

Build the utility library as shared so that the code is not duplicated -- should fix compilation on AMD64 (#5)
author Sebastien Decugis <sdecugis@nict.go.jp>
date Thu, 08 Jul 2010 14:48:31 +0900
parents 26aafbbc1640
children ddbcd21af4e0
files extensions/app_radgw/CMakeLists.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/extensions/app_radgw/CMakeLists.txt	Thu Jul 08 14:24:19 2010 +0900
+++ b/extensions/app_radgw/CMakeLists.txt	Thu Jul 08 14:48:31 2010 +0900
@@ -28,7 +28,7 @@
 	md5.h
 	hostap_compat.h
 )
-ADD_LIBRARY(rgw_common ${RG_COMMON_SRC})
+ADD_LIBRARY(rgw_common SHARED ${RG_COMMON_SRC})
 
 
 
"Welcome to our mercurial repository"