summaryrefslogtreecommitdiffstats
path: root/kicker/applets/launcher
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2014-10-06 17:41:46 +0200
committerSlávek Banko <slavek.banko@axis.cz>2014-10-06 17:41:46 +0200
commitaaf2ebb548031a91bd353fd9561b928f877d404a (patch)
tree8b83aeb943da59ad2a4063ac57b50b2858053eda /kicker/applets/launcher
parent408f22444f371c13ef48f677de855505c9a3d741 (diff)
downloadtdebase-aaf2ebb548031a91bd353fd9561b928f877d404a.tar.gz
tdebase-aaf2ebb548031a91bd353fd9561b928f877d404a.zip
Fix dependencies in CMake targets
Diffstat (limited to 'kicker/applets/launcher')
-rw-r--r--kicker/applets/launcher/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/kicker/applets/launcher/CMakeLists.txt b/kicker/applets/launcher/CMakeLists.txt
index 7a81b31f7..15bb0b12a 100644
--- a/kicker/applets/launcher/CMakeLists.txt
+++ b/kicker/applets/launcher/CMakeLists.txt
@@ -46,6 +46,6 @@ tde_add_kpart( launcher_panelapplet AUTOMOC
kicker_core-static kicker_buttons-static kicker_ui-static
-Wl,--end-group
kickermain-shared tdeutils-shared tdeabc-shared
- DEPENDENCIES libkicker-shared
+ DEPENDENCIES kickermain-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)