diff options
Diffstat (limited to 'khotkeys/app')
-rw-r--r-- | khotkeys/app/CMakeLists.txt | 6 | ||||
-rw-r--r-- | khotkeys/app/Makefile.am | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/khotkeys/app/CMakeLists.txt b/khotkeys/app/CMakeLists.txt index 8d5cc8fef..789d4ea7f 100644 --- a/khotkeys/app/CMakeLists.txt +++ b/khotkeys/app/CMakeLists.txt @@ -31,14 +31,14 @@ install( FILES khotkeys.desktop DESTINATION ${SERVICES_INSTALL_DIR}/kded ) tde_add_kpart( kded_khotkeys AUTOMOC SOURCES kded.cpp kded.skel - LINK khotkeys_shared-shared kdeinit_kded-shared + LINK khotkeys_shared-shared tdeinit_kded-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) -##### khotkeys (kdeinit) ######################## +##### khotkeys (tdeinit) ######################## -tde_add_kdeinit_executable( khotkeys AUTOMOC +tde_add_tdeinit_executable( khotkeys AUTOMOC SOURCES app.cpp app.skel LINK khotkeys_shared-shared ) diff --git a/khotkeys/app/Makefile.am b/khotkeys/app/Makefile.am index 274f4b57e..726b40374 100644 --- a/khotkeys/app/Makefile.am +++ b/khotkeys/app/Makefile.am @@ -1,6 +1,6 @@ bin_PROGRAMS = lib_LTLIBRARIES = -kdeinit_LTLIBRARIES = khotkeys.la +tdeinit_LTLIBRARIES = khotkeys.la kde_module_LTLIBRARIES = kded_khotkeys.la khotkeys_la_SOURCES = app.cpp app.skel |