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 /tools/tdefile-plugins/ooo/Makefile.am | |
parent | aa390fa1d48ef619ed2ba8fb76bb0adcd37c1cee (diff) | |
download | koffice-f67880312d751fa0f7418d9872fafe04d9860a12.tar.gz koffice-f67880312d751fa0f7418d9872fafe04d9860a12.zip |
Update for kioslave rename
Diffstat (limited to 'tools/tdefile-plugins/ooo/Makefile.am')
-rw-r--r-- | tools/tdefile-plugins/ooo/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tdefile-plugins/ooo/Makefile.am b/tools/tdefile-plugins/ooo/Makefile.am index 8aa7d404..1eeaed4b 100644 --- a/tools/tdefile-plugins/ooo/Makefile.am +++ b/tools/tdefile-plugins/ooo/Makefile.am @@ -9,7 +9,7 @@ noinst_HEADERS = tdefile_ooo.h kde_module_LTLIBRARIES = tdefile_ooo.la tdefile_ooo_la_SOURCES = tdefile_ooo.cpp -tdefile_ooo_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts +tdefile_ooo_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -ltdeio -ltdeparts tdefile_ooo_la_LIBADD = $(KOFFICE_LIBS) # let automoc handle all of the meta source files (moc) |