summaryrefslogtreecommitdiffstats
path: root/tools/kfile-plugins/abiword/Makefile.am
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-01-22 05:22:01 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-01-22 05:22:01 +0000
commit5b46910e08967d8155e728a455a16e3bbd408dae (patch)
treef99c6ba0f7437be12124792d3bb427db7aaa202d /tools/kfile-plugins/abiword/Makefile.am
parentad47728c5945e26ce2937636bc27871e16b42416 (diff)
downloadkoffice-5b46910e08967d8155e728a455a16e3bbd408dae.tar.gz
koffice-5b46910e08967d8155e728a455a16e3bbd408dae.zip
Further makefile updates
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1078340 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'tools/kfile-plugins/abiword/Makefile.am')
-rw-r--r--tools/kfile-plugins/abiword/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/kfile-plugins/abiword/Makefile.am b/tools/kfile-plugins/abiword/Makefile.am
index b24e4e14..d55350c0 100644
--- a/tools/kfile-plugins/abiword/Makefile.am
+++ b/tools/kfile-plugins/abiword/Makefile.am
@@ -9,7 +9,7 @@ noinst_HEADERS = kfile_abiword.h
kde_module_LTLIBRARIES = kfile_abiword.la
kfile_abiword_la_SOURCES = kfile_abiword.cpp
-kfile_abiword_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
+kfile_abiword_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -lkdecore -lkdeui $(LIB_QT) -lkjs -lkdefx -lkio -lkparts -L../../../lib/kofficecore/.libs/ -lkofficecore -L../../../lib/kofficeui/.libs/ -lkofficeui -L../../../lib/store/.libs/ -lkstore
kfile_abiword_la_LIBADD = $(LIB_KOFFICECORE)
# let automoc handle all of the meta source files (moc)