diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-22 05:22:01 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-22 05:22:01 +0000 |
commit | 5b46910e08967d8155e728a455a16e3bbd408dae (patch) | |
tree | f99c6ba0f7437be12124792d3bb427db7aaa202d /plugins | |
parent | ad47728c5945e26ce2937636bc27871e16b42416 (diff) | |
download | koffice-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 'plugins')
-rw-r--r-- | plugins/scan/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/scan/Makefile.am b/plugins/scan/Makefile.am index 9df2b9bd..f3e46938 100644 --- a/plugins/scan/Makefile.am +++ b/plugins/scan/Makefile.am @@ -15,7 +15,7 @@ kde_module_LTLIBRARIES = kofficescan.la kofficescan_la_SOURCES = scan.cpp noinst_HEADERS = scan.h -kofficescan_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) +kofficescan_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -lkdecore -lkdeui $(LIB_QT) -lkjs -lkdefx -lkio -lkparts kofficescan_la_LIBADD = $(LIB_KPARTS) $(LIB_KIO) $(LIB_KOFFICECORE) kofficescan_la_METASOURCES = AUTO |