diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-17 12:20:38 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-17 12:20:38 -0600 |
commit | da6f54f964c028f12c91450617d72451b1cd8e2c (patch) | |
tree | e0daccebcf8ce715d50c8a950ceb5153ad195f73 /tderesources/slox/CMakeLists.txt | |
parent | 513d0163e99d4447deb274b9f0799bb390f26cfc (diff) | |
download | tdepim-da6f54f964c028f12c91450617d72451b1cd8e2c.tar.gz tdepim-da6f54f964c028f12c91450617d72451b1cd8e2c.zip |
Fix FTBFS
Diffstat (limited to 'tderesources/slox/CMakeLists.txt')
-rw-r--r-- | tderesources/slox/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tderesources/slox/CMakeLists.txt b/tderesources/slox/CMakeLists.txt index 47d6dc703..0d932ecb6 100644 --- a/tderesources/slox/CMakeLists.txt +++ b/tderesources/slox/CMakeLists.txt @@ -41,7 +41,7 @@ tde_add_kpart( kcal_slox AUTOMOC ##### tdeabc_slox (module) ######################## tde_add_kpart( tdeabc_slox AUTOMOC - SOURCES kabcresourceslox_plugin.cpp + SOURCES tdeabcresourceslox_plugin.cpp LINK tdeabc_slox-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) @@ -63,7 +63,7 @@ tde_add_library( kslox SHARED AUTOMOC tde_add_library( tdeabc_slox SHARED AUTOMOC SOURCES - kabcresourceslox.cpp kabcresourcesloxconfig.cpp kabcsloxprefs.kcfgc + tdeabcresourceslox.cpp tdeabcresourcesloxconfig.cpp tdeabcsloxprefs.kcfgc VERSION 0.0.0 LINK kslox-shared DESTINATION ${LIB_INSTALL_DIR} |