diff options
author | Slávek Banko <[email protected]> | 2012-06-13 08:37:52 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2012-06-13 08:37:52 +0200 |
commit | 5c69fcd39111465de16c933763d3c918703048d8 (patch) | |
tree | ccd0a0cf7e7d30a8ebe16a71e7e26ede6ee7a66c /kexi/tests | |
parent | 17477649bd724528a78e6c772244dc1a63f38202 (diff) | |
download | koffice-5c69fcd39111465de16c933763d3c918703048d8.tar.gz koffice-5c69fcd39111465de16c933763d3c918703048d8.zip |
Fix FTBFS due to missing libraries
Clean up lib paths in LDFLAGS - moved to LIBADD
For KWord and and KPresenter added linking kspell2
For KSpread added linking kutils
This closes Bug 657
Diffstat (limited to 'kexi/tests')
-rw-r--r-- | kexi/tests/newapi/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/kexi/tests/newapi/Makefile.am b/kexi/tests/newapi/Makefile.am index 940e7c16..85eeab32 100644 --- a/kexi/tests/newapi/Makefile.am +++ b/kexi/tests/newapi/Makefile.am @@ -18,8 +18,9 @@ METASOURCES = AUTO kexidbtest_SOURCES = main.cpp kexidbtest_LDADD = $(LIB_QT) $(LIB_TDECORE) $(top_builddir)/kexi/kexidb/libkexidb.la \ ../../kexidb/parser/libkexidbparser.la \ - $(top_builddir)/kexi/widget/libkexiextendedwidgets.la -kexidbtest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor -L../../widget/tableview/.libs/ -lkexidatatable + $(top_builddir)/kexi/widget/libkexiextendedwidgets.la \ + ../../widget/tableview/libkexidatatable.la +kexidbtest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor #kexidbmysqlcursor_SOURCES = mysqlcursor.cpp #kexidbmysqlcursor_LDADD = $(LIB_QT) $(LIB_TDECORE) $(top_builddir)/kexi/kexidb/libkexidb.la \ |