Sophie

Sophie

distrib > Mageia > 5 > x86_64 > by-pkgid > ad5e961bd843c53b09308386b1552412 > files > 2

libclaw-1.7.4-4.mga5.src.rpm

diff -Naur libclaw-1.7.4.orig/CMakeLists.txt libclaw-1.7.4/CMakeLists.txt
--- libclaw-1.7.4.orig/CMakeLists.txt	2013-07-03 21:34:38.000000000 +0200
+++ libclaw-1.7.4/CMakeLists.txt	2013-10-25 22:08:37.569061725 +0200
@@ -85,7 +85,7 @@
   ${CLAW_CODE_DIR}arguments_table.cpp
 )
 add_library( claw_application SHARED ${CLAW_APPLICATION_SOURCES} )
-add_library( claw_application-static ${CLAW_APPLICATION_SOURCES} )
+add_library( claw_application-static STATIC ${CLAW_APPLICATION_SOURCES} )
 target_link_libraries( claw_application claw_logger )
 
 if( NOT WIN32 )
@@ -107,7 +107,7 @@
 )
 add_library( claw_configuration_file SHARED ${CLAW_CONFIGURATION_FILE_SOURCES} )
 add_library(
-  claw_configuration_file-static
+  claw_configuration_file-static STATIC
   STATIC ${CLAW_CONFIGURATION_FILE_SOURCES}
 )
 
@@ -117,7 +117,7 @@
 )
 add_library( claw_dynamic_library SHARED ${CLAW_DYNAMIC_LIBRARY_SOURCES} )
 add_library(
-  claw_dynamic_library-static
+  claw_dynamic_library-static STATIC
   STATIC ${CLAW_DYNAMIC_LIBRARY_SOURCES}
 )
 target_link_libraries( claw_dynamic_library ${CMAKE_DL_LIBS} )