diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 18:08:55 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 18:08:55 -0600 |
commit | f67880312d751fa0f7418d9872fafe04d9860a12 (patch) | |
tree | e00ffc380af79e678d71284a63c5f51a912031b4 /kexi/plugins/tables | |
parent | aa390fa1d48ef619ed2ba8fb76bb0adcd37c1cee (diff) | |
download | koffice-f67880312d751fa0f7418d9872fafe04d9860a12.tar.gz koffice-f67880312d751fa0f7418d9872fafe04d9860a12.zip |
Update for kioslave rename
Diffstat (limited to 'kexi/plugins/tables')
-rw-r--r-- | kexi/plugins/tables/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/plugins/tables/Makefile.am b/kexi/plugins/tables/Makefile.am index 4fdedb34..05a1d182 100644 --- a/kexi/plugins/tables/Makefile.am +++ b/kexi/plugins/tables/Makefile.am @@ -5,7 +5,7 @@ kde_module_LTLIBRARIES = kexihandler_table.la kexihandler_table_la_SOURCES = kexitablepart.cpp kexitabledesignerview.cpp kexitabledesignerview_p.cpp \ kexitabledesigner_dataview.cpp kexitabledesignercommands.cpp kexilookupcolumnpage.cpp -kexihandler_table_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) $(VER_INFO) -module -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts -ltdemdi +kexihandler_table_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) $(VER_INFO) -module -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -ltdeio -ltdeparts -ltdemdi kexihandler_table_la_LIBADD = $(KOFFICE_LIBS) $(top_builddir)/kexi/core/libkexicore.la \ $(top_builddir)/kexi/kexidb/libkexidb.la \ $(top_builddir)/kexi/widget/tableview/libkexidatatable.la \ |