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/kstep | |
parent | 4cdc2e93c68aa357b47365da33c335ca892be447 (diff) | |
download | tdeartwork-4cd2af066ba9527ce22a8059a47f072273b758f9.tar.gz tdeartwork-4cd2af066ba9527ce22a8059a47f072273b758f9.zip |
Additional kde to tde renaming
Diffstat (limited to 'kwin-styles/kstep')
-rw-r--r-- | kwin-styles/kstep/CMakeLists.txt | 2 | ||||
-rw-r--r-- | kwin-styles/kstep/Makefile.am | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/kwin-styles/kstep/CMakeLists.txt b/kwin-styles/kstep/CMakeLists.txt index 0344dd47..ae3d135a 100644 --- a/kwin-styles/kstep/CMakeLists.txt +++ b/kwin-styles/kstep/CMakeLists.txt @@ -27,6 +27,6 @@ install( FILES kstep.desktop DESTINATION ${DATA_INSTALL_DIR}/kwin ) tde_add_kpart( kwin3_kstep AUTOMOC SOURCES nextclient.cpp - LINK kdecorations-shared + LINK tdecorations-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/kwin-styles/kstep/Makefile.am b/kwin-styles/kstep/Makefile.am index 1294e533..0d62e272 100644 --- a/kwin-styles/kstep/Makefile.am +++ b/kwin-styles/kstep/Makefile.am @@ -4,9 +4,9 @@ INCLUDES = $(all_includes) kde_module_LTLIBRARIES = kwin3_kstep.la kwin3_kstep_la_SOURCES = nextclient.cpp -kwin3_kstep_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx +kwin3_kstep_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx #kwin_kstep_la_LDFLAGS = $(all_libraries) -avoid-version -module $(KDE_RPATH) $(KDE_MT_LDFLAGS) -kwin3_kstep_la_LIBADD = $(LIB_KDEUI) -lkdecorations +kwin3_kstep_la_LIBADD = $(LIB_KDEUI) -ltdecorations METASOURCES = AUTO noinst_HEADERS = nextclient.h |