diff options
author | Timothy Pearson <[email protected]> | 2013-01-27 18:08:55 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-27 18:08:55 -0600 |
commit | f67880312d751fa0f7418d9872fafe04d9860a12 (patch) | |
tree | e00ffc380af79e678d71284a63c5f51a912031b4 /kexi/plugins/migration | |
parent | aa390fa1d48ef619ed2ba8fb76bb0adcd37c1cee (diff) | |
download | koffice-f67880312d751fa0f7418d9872fafe04d9860a12.tar.gz koffice-f67880312d751fa0f7418d9872fafe04d9860a12.zip |
Update for kioslave rename
Diffstat (limited to 'kexi/plugins/migration')
-rw-r--r-- | kexi/plugins/migration/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/plugins/migration/Makefile.am b/kexi/plugins/migration/Makefile.am index 525b5925..62d29696 100644 --- a/kexi/plugins/migration/Makefile.am +++ b/kexi/plugins/migration/Makefile.am @@ -4,7 +4,7 @@ kde_module_LTLIBRARIES = kexihandler_migration.la kexihandler_migration_la_SOURCES = keximigrationpart.cpp -kexihandler_migration_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) $(VER_INFO) -module -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts +kexihandler_migration_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) $(VER_INFO) -module -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -ltdeio -ltdeparts kexihandler_migration_la_LIBADD = $(KOFFICE_LIBS) ../../core/libkexicore.la \ ../../migration/libkeximigrate.la \ ../../../kexi/kexidb/libkexidb.la \ |