diff options
Diffstat (limited to 'kcontrol/background')
-rw-r--r-- | kcontrol/background/CMakeLists.txt | 2 | ||||
-rw-r--r-- | kcontrol/background/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kcontrol/background/CMakeLists.txt b/kcontrol/background/CMakeLists.txt index 0d04bd10d..2dfc7ba3f 100644 --- a/kcontrol/background/CMakeLists.txt +++ b/kcontrol/background/CMakeLists.txt @@ -49,7 +49,7 @@ if( BUILD_KCONTROL ) tde_add_kpart( kcm_background AUTOMOC SOURCES main.cpp - LINK kcmbgnd-static bgnd-static knewstuff-shared + LINK kcmbgnd-static bgnd-static tdenewstuff-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/kcontrol/background/Makefile.am b/kcontrol/background/Makefile.am index c64cdc5c1..9c6990d17 100644 --- a/kcontrol/background/Makefile.am +++ b/kcontrol/background/Makefile.am @@ -6,7 +6,7 @@ kde_module_LTLIBRARIES = kcm_background.la kcm_background_la_SOURCES = main.cpp kcm_background_la_LDFLAGS = $(KDE_RPATH) -module -avoid-version $(all_libraries) -no-undefined -kcm_background_la_LIBADD = libkcmbgnd.la libbgnd.la $(LIB_TDEFILE) $(LIB_KNEWSTUFF) +kcm_background_la_LIBADD = libkcmbgnd.la libbgnd.la $(LIB_TDEFILE) $(LIB_TDENEWSTUFF) METASOURCES = AUTO |