diff options
author | Timothy Pearson <[email protected]> | 2011-11-06 02:28:00 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-06 02:28:00 -0600 |
commit | 4cd2af066ba9527ce22a8059a47f072273b758f9 (patch) | |
tree | 5078d2900d1d304b8495c75a1675195127cf51a5 /kwin-styles/smooth-blend/client/Makefile.am | |
parent | 4cdc2e93c68aa357b47365da33c335ca892be447 (diff) | |
download | tdeartwork-4cd2af066ba9527ce22a8059a47f072273b758f9.tar.gz tdeartwork-4cd2af066ba9527ce22a8059a47f072273b758f9.zip |
Additional kde to tde renaming
Diffstat (limited to 'kwin-styles/smooth-blend/client/Makefile.am')
-rw-r--r-- | kwin-styles/smooth-blend/client/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
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) |