diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2014-09-24 19:11:24 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2014-09-24 19:11:24 +0200 |
commit | 07d87c947a409c095cec678e7c36b022a58e2567 (patch) | |
tree | e66404febbc177f1683fd2ffd39e0418216d69dc /kcontrol/tdm | |
parent | 5d2b928c87745fb676f87070a2c0aea66b4fde9a (diff) | |
download | tdebase-07d87c947a409c095cec678e7c36b022a58e2567.tar.gz tdebase-07d87c947a409c095cec678e7c36b022a58e2567.zip |
Fix remaining renaming knewstuff
Diffstat (limited to 'kcontrol/tdm')
-rw-r--r-- | kcontrol/tdm/CMakeLists.txt | 2 | ||||
-rw-r--r-- | kcontrol/tdm/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kcontrol/tdm/CMakeLists.txt b/kcontrol/tdm/CMakeLists.txt index d325f8287..7c2a1f887 100644 --- a/kcontrol/tdm/CMakeLists.txt +++ b/kcontrol/tdm/CMakeLists.txt @@ -36,6 +36,6 @@ tde_add_kpart( kcm_tdm AUTOMOC SOURCES background.cpp tdm-appear.cpp tdm-font.cpp tdm-shut.cpp tdm-users.cpp tdm-conv.cpp main.cpp kbackedcombobox.cpp - LINK kcmbgnd-static bgnd-static knewstuff-shared + LINK kcmbgnd-static bgnd-static tdenewstuff-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/kcontrol/tdm/Makefile.am b/kcontrol/tdm/Makefile.am index ae0e6a99e..3c8feeb96 100644 --- a/kcontrol/tdm/Makefile.am +++ b/kcontrol/tdm/Makefile.am @@ -5,7 +5,7 @@ kcm_tdm_la_SOURCES = background.cpp tdm-appear.cpp tdm-font.cpp tdm-shut.cpp \ tdm-users.cpp tdm-conv.cpp main.cpp kbackedcombobox.cpp kcm_tdm_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) -module -avoid-version -no-undefined -kcm_tdm_la_LIBADD = $(top_builddir)/kcontrol/background/libkcmbgnd.la $(top_builddir)/kcontrol/background/libbgnd.la $(LIB_TDEIO) $(LIB_KNEWSTUFF) +kcm_tdm_la_LIBADD = $(top_builddir)/kcontrol/background/libkcmbgnd.la $(top_builddir)/kcontrol/background/libbgnd.la $(LIB_TDEIO) $(LIB_TDENEWSTUFF) AM_CPPFLAGS= -I$(top_builddir)/kcontrol/background \ -I$(top_srcdir)/kcontrol/background \ |