diff options
Diffstat (limited to 'kwin-styles/smooth-blend')
4 files changed, 5 insertions, 5 deletions
diff --git a/kwin-styles/smooth-blend/client/CMakeLists.txt b/kwin-styles/smooth-blend/client/CMakeLists.txt index 09011c41..5b75b64a 100644 --- a/kwin-styles/smooth-blend/client/CMakeLists.txt +++ b/kwin-styles/smooth-blend/client/CMakeLists.txt @@ -33,6 +33,6 @@ install( FILES smoothblend.desktop DESTINATION ${DATA_INSTALL_DIR}/kwin ) tde_add_kpart( kwin3_smoothblend AUTOMOC SOURCES smoothblend.cc - LINK kdecorations-shared + LINK tdecorations-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/kwin-styles/smooth-blend/client/Makefile.am b/kwin-styles/smooth-blend/client/Makefile.am index d9ace4d7..0dbad400 100644 --- a/kwin-styles/smooth-blend/client/Makefile.am +++ b/kwin-styles/smooth-blend/client/Makefile.am @@ -13,8 +13,8 @@ noinst_HEADERS = smoothblend.h buttons.h kde_module_LTLIBRARIES = kwin3_smoothblend.la kwin3_smoothblend_la_SOURCES = smoothblend.cc -kwin3_smoothblend_la_LIBADD = -lkdecorations -kwin3_smoothblend_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -lkdecore -module $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx +kwin3_smoothblend_la_LIBADD = -ltdecorations +kwin3_smoothblend_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -ltdecore -module $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx kwin3_smoothblend_la_METASOURCES = AUTO DISTCLEANFILES = $(kwin3_smoothblend_la_METASOURCES) diff --git a/kwin-styles/smooth-blend/client/config/CMakeLists.txt b/kwin-styles/smooth-blend/client/config/CMakeLists.txt index 6f858e92..51502659 100644 --- a/kwin-styles/smooth-blend/client/config/CMakeLists.txt +++ b/kwin-styles/smooth-blend/client/config/CMakeLists.txt @@ -27,6 +27,6 @@ link_directories( tde_add_kpart( kwin_smoothblend_config AUTOMOC SOURCES configdialog.ui smoothblendconfig.cc - LINK kdeui-shared + LINK tdeui-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/kwin-styles/smooth-blend/client/config/Makefile.am b/kwin-styles/smooth-blend/client/config/Makefile.am index f50eb0fa..60f26078 100644 --- a/kwin-styles/smooth-blend/client/config/Makefile.am +++ b/kwin-styles/smooth-blend/client/config/Makefile.am @@ -8,7 +8,7 @@ noinst_HEADERS = smoothblendconfig.h kde_module_LTLIBRARIES = kwin_smoothblend_config.la kwin_smoothblend_config_la_SOURCES = configdialog.ui smoothblendconfig.cc -kwin_smoothblend_config_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx +kwin_smoothblend_config_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx kwin_smoothblend_config_la_LIBADD = $(LIB_KDEUI) kwin_smoothblend_config_la_METASOURCES = AUTO |