Sophie

Sophie

distrib > Fedora > 13 > x86_64 > by-pkgid > 1898649fb2d2ab62e2b5b89f0f56c3de > files > 1

ike-2.1.7-4.fc13.src.rpm

diff -up ike/source/libidb/CMakeLists.txt.cm ike/source/libidb/CMakeLists.txt
--- ike/source/libidb/CMakeLists.txt.cm	2008-04-30 07:20:56.000000000 +0200
+++ ike/source/libidb/CMakeLists.txt	2010-10-14 21:45:51.866778135 +0200
@@ -22,3 +22,7 @@ set_target_properties(
 	idb PROPERTIES
 	VERSION ${RELVER}
 	SOVERSION ${RELVER} )
+
+install(
+	TARGETS idb
+	LIBRARY DESTINATION ${PATH_LIB} )
diff -up ike/source/libip/CMakeLists.txt.cm ike/source/libip/CMakeLists.txt
--- ike/source/libip/CMakeLists.txt.cm	2008-02-18 21:52:08.000000000 +0100
+++ ike/source/libip/CMakeLists.txt	2010-10-14 21:45:51.867652548 +0200
@@ -29,3 +29,6 @@ set_target_properties(
 	VERSION ${RELVER}
 	SOVERSION ${RELVER} )
 
+install(
+	TARGETS ip
+	LIBRARY DESTINATION ${PATH_LIB} )
diff -up ike/source/libith/CMakeLists.txt.cm ike/source/libith/CMakeLists.txt
--- ike/source/libith/CMakeLists.txt.cm	2010-10-14 21:48:37.996777883 +0200
+++ ike/source/libith/CMakeLists.txt	2010-10-14 21:49:19.349777956 +0200
@@ -29,3 +29,7 @@ set_target_properties(
 	ith PROPERTIES
 	VERSION ${RELVER}
 	SOVERSION ${RELVER} )
+
+install(
+	TARGETS ith
+	LIBRARY DESTINATION ${PATH_LIB} )
diff -up ike/source/liblog/CMakeLists.txt.cm ike/source/liblog/CMakeLists.txt
--- ike/source/liblog/CMakeLists.txt.cm	2007-10-11 18:40:51.000000000 +0200
+++ ike/source/liblog/CMakeLists.txt	2010-10-14 21:45:51.868652074 +0200
@@ -20,3 +20,6 @@ set_target_properties(
 	VERSION ${RELVER}
 	SOVERSION ${RELVER} )
 
+install(
+	TARGETS log
+	LIBRARY DESTINATION ${PATH_LIB} )