summaryrefslogtreecommitdiffstats
path: root/filters/xsltfilter/export/Makefile.am
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 18:08:55 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 18:08:55 -0600
commitf67880312d751fa0f7418d9872fafe04d9860a12 (patch)
treee00ffc380af79e678d71284a63c5f51a912031b4 /filters/xsltfilter/export/Makefile.am
parentaa390fa1d48ef619ed2ba8fb76bb0adcd37c1cee (diff)
downloadkoffice-f67880312d751fa0f7418d9872fafe04d9860a12.tar.gz
koffice-f67880312d751fa0f7418d9872fafe04d9860a12.zip
Update for kioslave rename
Diffstat (limited to 'filters/xsltfilter/export/Makefile.am')
-rw-r--r--filters/xsltfilter/export/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/filters/xsltfilter/export/Makefile.am b/filters/xsltfilter/export/Makefile.am
index ee6caaa5a..bbcf7dc93 100644
--- a/filters/xsltfilter/export/Makefile.am
+++ b/filters/xsltfilter/export/Makefile.am
@@ -8,7 +8,7 @@ INCLUDES= -I$(srcdir) $(KOFFICE_INCLUDES) $(all_includes) $(LIBXML_CFLAGS) $(LIB
kde_module_LTLIBRARIES = libxsltexport.la
libxsltexport_la_SOURCES = xsltexport.cc xsltexportdia.cc xsltproc.cc xsltdialog.ui
-libxsltexport_la_LDFLAGS = $(KDE_RPATH) $(LIBXML_RPATH) $(LIBXSLT_RPATH) $(all_libraries) -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts
+libxsltexport_la_LDFLAGS = $(KDE_RPATH) $(LIBXML_RPATH) $(LIBXSLT_RPATH) $(all_libraries) -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -ltdeio -ltdeparts
libxsltexport_la_LIBADD = $(KOFFICE_LIBS) $(LIBXSLT_LIBS) $(LIBXML_LIBS)
noinst_HEADERS = xsltexport.h xsltexportdia.h xsltproc.h