diff options
author | Timothy Pearson <[email protected]> | 2013-02-16 17:55:55 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-16 17:55:55 -0600 |
commit | 5fbaba69567fec6978b2587fc1cd4fe66a9e6f80 (patch) | |
tree | 22f20a15668860a09f6c5f9e0a997d2b8a23c43b /tdeabc/plugins/file/CMakeLists.txt | |
parent | a15448c070e58d41c8d7c6cde49d082a379f704b (diff) | |
download | tdelibs-5fbaba69567fec6978b2587fc1cd4fe66a9e6f80.tar.gz tdelibs-5fbaba69567fec6978b2587fc1cd4fe66a9e6f80.zip |
Rename additional kabc files
Diffstat (limited to 'tdeabc/plugins/file/CMakeLists.txt')
-rw-r--r-- | tdeabc/plugins/file/CMakeLists.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tdeabc/plugins/file/CMakeLists.txt b/tdeabc/plugins/file/CMakeLists.txt index f5d5e2cdc..c7dbfef46 100644 --- a/tdeabc/plugins/file/CMakeLists.txt +++ b/tdeabc/plugins/file/CMakeLists.txt @@ -42,9 +42,9 @@ install( FILES install( FILES file.desktop DESTINATION ${SERVICES_INSTALL_DIR}/tderesources/tdeabc ) -##### kabc_file (library) ####################### +##### tdeabc_file (library) ####################### -set( target kabc_file ) +set( target tdeabc_file ) set( ${target}_SRCS resourcefile.cpp resourcefileconfig.cpp @@ -58,9 +58,9 @@ tde_add_library( ${target} SHARED AUTOMOC ) -##### kabc_file (module) ######################## +##### tdeabc_file (module) ######################## -set( target kabc_file ) +set( target tdeabc_file ) set( ${target}_SRCS resourcefileplugin.cpp @@ -68,6 +68,6 @@ set( ${target}_SRCS tde_add_kpart( ${target} SOURCES ${${target}_SRCS} - LINK kabc_file-shared + LINK tdeabc_file-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) |