summaryrefslogtreecommitdiffstats
path: root/filters/kchart/svg
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-27 18:08:55 -0600
committerTimothy Pearson <[email protected]>2013-01-27 18:08:55 -0600
commitf67880312d751fa0f7418d9872fafe04d9860a12 (patch)
treee00ffc380af79e678d71284a63c5f51a912031b4 /filters/kchart/svg
parentaa390fa1d48ef619ed2ba8fb76bb0adcd37c1cee (diff)
downloadkoffice-f67880312d751fa0f7418d9872fafe04d9860a12.tar.gz
koffice-f67880312d751fa0f7418d9872fafe04d9860a12.zip
Update for kioslave rename
Diffstat (limited to 'filters/kchart/svg')
-rw-r--r--filters/kchart/svg/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/filters/kchart/svg/Makefile.am b/filters/kchart/svg/Makefile.am
index 54e0e07d..b5399a26 100644
--- a/filters/kchart/svg/Makefile.am
+++ b/filters/kchart/svg/Makefile.am
@@ -10,7 +10,7 @@ INCLUDES= -I$(srcdir) $(KOFFICE_INCLUDES) \
kde_module_LTLIBRARIES = libkchartsvgexport.la
libkchartsvgexport_la_SOURCES = svgexport.cc
-libkchartsvgexport_la_LDFLAGS = -module $(KDE_PLUGIN) -no-undefined $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
+libkchartsvgexport_la_LDFLAGS = -module $(KDE_PLUGIN) -no-undefined $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -ltdeio -ltdeparts
libkchartsvgexport_la_LIBADD = ../../../kchart/libkchartcommon.la $(KOFFICE_LIBS)
noinst_HEADERS = \
svgexport.h