summaryrefslogtreecommitdiffstats
path: root/karbon/plugins/shadoweffect
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-09-03 19:57:37 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-09-03 19:57:37 +0200
commit15ae7be824e362e8397532d7d60a3a93055caa41 (patch)
tree335b1112358991072b87137eb5ae8aa384b57c63 /karbon/plugins/shadoweffect
parent13402815bec5cb5702aedbd0a8119e40f106c2c1 (diff)
downloadkoffice-15ae7be824e362e8397532d7d60a3a93055caa41.tar.gz
koffice-15ae7be824e362e8397532d7d60a3a93055caa41.zip
Additional k => tde renaming and fixes
Diffstat (limited to 'karbon/plugins/shadoweffect')
-rw-r--r--karbon/plugins/shadoweffect/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/karbon/plugins/shadoweffect/Makefile.am b/karbon/plugins/shadoweffect/Makefile.am
index 372410f9..a8e622a0 100644
--- a/karbon/plugins/shadoweffect/Makefile.am
+++ b/karbon/plugins/shadoweffect/Makefile.am
@@ -3,7 +3,7 @@ INCLUDES = $(KOFFICE_INCLUDES) $(KOPAINTER_INCLUDES) -I$(top_srcdir)/karbon -I$
kde_module_LTLIBRARIES = karbon_shadoweffectplugin.la
karbon_shadoweffectplugin_la_SOURCES = shadoweffectplugin.cc vshadowdecorator.cc
-karbon_shadoweffectplugin_la_LIBADD = $(LIB_KPARTS) $(LIB_KOFFICECORE) $(LIB_KOFFICEUI) \
+karbon_shadoweffectplugin_la_LIBADD = $(LIB_TDEPARTS) $(LIB_KOFFICECORE) $(LIB_KOFFICEUI) \
$(LIB_KOPAINTER) ../../libkarboncommon.la
karbon_shadoweffectplugin_la_LDFLAGS = -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -ltdeio $(all_libraries) -module $(KDE_PLUGIN)