summaryrefslogtreecommitdiffstats
path: root/languages/cpp/app_templates/kicker
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-09-03 20:03:11 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-09-03 21:03:17 +0200
commite19722342046756a90d65060c756198e31ff4457 (patch)
tree8f0f73d20b41d6c9b183ed58a8a13ebc8e5b2f67 /languages/cpp/app_templates/kicker
parentc3a7a4fbdcd78a66c18b90dc17b7070d517eed17 (diff)
downloadtdevelop-e19722342046756a90d65060c756198e31ff4457.tar.gz
tdevelop-e19722342046756a90d65060c756198e31ff4457.zip
Additional k => tde renaming and fixes
Diffstat (limited to 'languages/cpp/app_templates/kicker')
-rw-r--r--languages/cpp/app_templates/kicker/src-Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/cpp/app_templates/kicker/src-Makefile.am b/languages/cpp/app_templates/kicker/src-Makefile.am
index f595c26f..296282f5 100644
--- a/languages/cpp/app_templates/kicker/src-Makefile.am
+++ b/languages/cpp/app_templates/kicker/src-Makefile.am
@@ -4,7 +4,7 @@ METASOURCES = AUTO
kde_module_LTLIBRARIES = %{APPNAMELC}_panelapplet.la
%{APPNAMELC}_panelapplet_la_SOURCES = %{APPNAMELC}.cpp
-%{APPNAMELC}_panelapplet_la_LDFLAGS = -module -avoid-version $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KPARTS)
+%{APPNAMELC}_panelapplet_la_LDFLAGS = -module -avoid-version $(all_libraries) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEPARTS)
%{APPNAMELC}_panelapplet_la_LIBADD = $(LIB_TDEUI)
%{APPNAMELC}_DATA = %{APPNAMELC}.desktop