diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:28:00 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:28:00 -0600 |
commit | 4cd2af066ba9527ce22a8059a47f072273b758f9 (patch) | |
tree | 5078d2900d1d304b8495c75a1675195127cf51a5 /kwin-styles/system | |
parent | 4cdc2e93c68aa357b47365da33c335ca892be447 (diff) | |
download | tdeartwork-4cd2af066ba9527ce22a8059a47f072273b758f9.tar.gz tdeartwork-4cd2af066ba9527ce22a8059a47f072273b758f9.zip |
Additional kde to tde renaming
Diffstat (limited to 'kwin-styles/system')
-rw-r--r-- | kwin-styles/system/CMakeLists.txt | 2 | ||||
-rw-r--r-- | kwin-styles/system/Makefile.am | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/kwin-styles/system/CMakeLists.txt b/kwin-styles/system/CMakeLists.txt index cc795673..bc78b14c 100644 --- a/kwin-styles/system/CMakeLists.txt +++ b/kwin-styles/system/CMakeLists.txt @@ -27,6 +27,6 @@ install( FILES system.desktop DESTINATION ${DATA_INSTALL_DIR}/kwin ) tde_add_kpart( kwin3_system AUTOMOC SOURCES systemclient.cpp - LINK kdecorations-shared + LINK tdecorations-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/kwin-styles/system/Makefile.am b/kwin-styles/system/Makefile.am index d94361f6..2514fe79 100644 --- a/kwin-styles/system/Makefile.am +++ b/kwin-styles/system/Makefile.am @@ -4,9 +4,9 @@ INCLUDES = $(all_includes) kde_module_LTLIBRARIES = kwin3_system.la kwin3_system_la_SOURCES = systemclient.cpp -kwin3_system_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx +kwin3_system_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx #kwin_system_la_LDFLAGS = $(all_libraries) -avoid-version -module $(KDE_RPATH) $(KDE_MT_LDFLAGS) -kwin3_system_la_LIBADD = $(LIB_KDEUI) -lkdecorations +kwin3_system_la_LIBADD = $(LIB_KDEUI) -ltdecorations METASOURCES = AUTO noinst_HEADERS = systemclient.h |