summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2014-09-24 19:11:22 +0200
committerSlávek Banko <slavek.banko@axis.cz>2014-09-24 19:11:22 +0200
commitf35c69f9b6fa6cd6ab93926a596aecca73b70413 (patch)
treeff34b77d211e39ceda7a4fe9d9fc1657b1fd96de
parentc23373f41f23607827bca0cbff6a53a71975cd77 (diff)
downloadtdeaddons-f35c69f9.tar.gz
tdeaddons-f35c69f9.zip
Fix remaining renaming knewstuff
m---------admin0
-rw-r--r--kate/filetemplates/plugin/CMakeLists.txt2
-rw-r--r--kate/filetemplates/plugin/Makefile.am2
3 files changed, 2 insertions, 2 deletions
diff --git a/admin b/admin
-Subproject 4813f61a33c80294b915d2c346916fa7013e04a
+Subproject 92ee091d6ecb323af421834d2926f2d920035ad
diff --git a/kate/filetemplates/plugin/CMakeLists.txt b/kate/filetemplates/plugin/CMakeLists.txt
index 9a49d3d..9436477 100644
--- a/kate/filetemplates/plugin/CMakeLists.txt
+++ b/kate/filetemplates/plugin/CMakeLists.txt
@@ -26,7 +26,7 @@ link_directories(
tde_add_kpart( katefiletemplates AUTOMOC
SOURCES filetemplates.cpp
- LINK kateinterfaces-shared knewstuff-shared katepartinterfaces-shared
+ LINK kateinterfaces-shared tdenewstuff-shared katepartinterfaces-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)
diff --git a/kate/filetemplates/plugin/Makefile.am b/kate/filetemplates/plugin/Makefile.am
index 826ca4b..70df1a8 100644
--- a/kate/filetemplates/plugin/Makefile.am
+++ b/kate/filetemplates/plugin/Makefile.am
@@ -9,7 +9,7 @@ subdirs=src templates
kde_module_LTLIBRARIES = katefiletemplates.la
katefiletemplates_la_SOURCES = filetemplates.cpp
-katefiletemplates_la_LIBADD = -lkateinterfaces -ltdetexteditor $(LIB_KNEWSTUFF)
+katefiletemplates_la_LIBADD = -lkateinterfaces -ltdetexteditor $(LIB_TDENEWSTUFF)
katefiletemplates_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
pluginsdir = $(kde_datadir)/kate/plugins/katefiletemplates