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 /kword/mailmerge/kspread/Makefile.am | |
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 'kword/mailmerge/kspread/Makefile.am')
-rw-r--r-- | kword/mailmerge/kspread/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kword/mailmerge/kspread/Makefile.am b/kword/mailmerge/kspread/Makefile.am index d69e9469..c1c80fab 100644 --- a/kword/mailmerge/kspread/Makefile.am +++ b/kword/mailmerge/kspread/Makefile.am @@ -6,7 +6,7 @@ INCLUDES = $(KOFFICE_INCLUDES) $(KOTEXT_INCLUDES) \ kde_module_LTLIBRARIES = kwmailmerge_kspread.la kwmailmerge_kspread_la_SOURCES = kwmailmerge_kspread.cpp kwmailmerge_kspread_config.cpp -kwmailmerge_kspread_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) +kwmailmerge_kspread_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -lDCOP -lkdecore -lkdeui $(LIB_QT) -lkjs -lkdefx -lkio -lkparts -L../../../lib/kofficecore/.libs/ -lkofficecore -L../../../lib/kofficeui/.libs/ -lkofficeui -L../../../lib/store/.libs/ -lkstore kwmailmerge_kspread_la_LIBADD = ../../libkwmailmerge_interface.la \ $(top_builddir)/kspread/libkspreadcommon.la $(LIB_KDEUI) |