]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Reverted changes made earlier today - and I added the workaround in the root file...
authorPatrick Spendrin <ps_ml@gmx.de>
Thu, 8 Nov 2007 23:47:57 +0000 (23:47 +0000)
committerPatrick Spendrin <ps_ml@gmx.de>
Thu, 8 Nov 2007 23:47:57 +0000 (23:47 +0000)
svn path=/trunk/KDE/kdebase/apps/; revision=734475

src/CMakeLists.txt

index 0029af3f6c1946325fda160402b37944791244d5..1cfbc9adf007e8814419ea89d8e898dd1326edfb 100644 (file)
@@ -46,11 +46,7 @@ endif (Nepomuk_FOUND)
 
 
 set_target_properties(dolphinprivate PROPERTIES VERSION 1.0.0 SOVERSION 1 )
-install(TARGETS dolphinprivate 
-        RUNTIME DESTINATION ${BIN_INSTALL_DIR}
-        LIBRARY DESTINATION ${LIB_INSTALL_DIR}
-        ARCHIVE DESTINATION ${LIB_INSTALL_DIR}
-)
+install(TARGETS dolphinprivate  DESTINATION ${LIB_INSTALL_DIR})
 
 
 ##########################################