[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    playground/network/telepathy-accounts-kcm/src
From:       George Goldberg <grundleborg () googlemail ! com>
Date:       2009-08-05 20:34:22
Message-ID: 1249504462.497400.22836.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1007490 by gberg:

Fix library name to remove the double lib prefix from it.

 M  +1 -1      CMakeLists.txt  
 M  +5 -5      libkcmtelepathyaccounts/CMakeLists.txt  


--- trunk/playground/network/telepathy-accounts-kcm/src/CMakeLists.txt \
#1007489:1007490 @@ -41,7 +41,7 @@
 )
 
 target_link_libraries (kcm_telepathy_accounts
-                       libkcmtelepathyaccounts
+                       kcmtelepathyaccounts
                        ${QT_LIBRARIES}
                        ${KDE4_KDEUI_LIBS}
                        ${TELEPATHY_QT4_LIBRARIES}
--- trunk/playground/network/telepathy-accounts-kcm/src/libkcmtelepathyaccounts/CMakeLists.txt \
#1007489:1007490 @@ -24,30 +24,30 @@
      include/PluginMacros
 )
 
-kde4_add_library (libkcmtelepathyaccounts
+kde4_add_library (kcmtelepathyaccounts
                   SHARED
                   ${libkcmtelepathyaccounts_SRCS}
 )
 
-target_link_libraries (libkcmtelepathyaccounts
+target_link_libraries (kcmtelepathyaccounts
                        ${QT_LIBRARIES}
                        ${KDE4_KDEUI_LIBS}
                        ${TELEPATHY_QT4_LIBRARIES}
 )
 
-set_target_properties (libkcmtelepathyaccounts PROPERTIES
+set_target_properties (kcmtelepathyaccounts PROPERTIES
                        VERSION ${GENERIC_LIB_VERSION}
                        SOVERSION ${GENERIC_LIB_SOVERSION}
 )
 
 if (MSVC)
-    set_target_properties (libkcmtelepathyaccounts PROPERTIES
+    set_target_properties (kcmtelepathyaccounts PROPERTIES
                            OUTPUT_NAME libkcmtelepathyaccounts
     )
 endif (MSVC)
 
 # Install:
-install (TARGETS libkcmtelepathyaccounts
+install (TARGETS kcmtelepathyaccounts
          ${INSTALL_TARGETS_DEFAULT_ARGS}
 )
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic