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 /karbon/plugins/zoomtool/Makefile.am | |
parent | aa390fa1d48ef619ed2ba8fb76bb0adcd37c1cee (diff) | |
download | koffice-f67880312d751fa0f7418d9872fafe04d9860a12.tar.gz koffice-f67880312d751fa0f7418d9872fafe04d9860a12.zip |
Update for kioslave rename
Diffstat (limited to 'karbon/plugins/zoomtool/Makefile.am')
-rw-r--r-- | karbon/plugins/zoomtool/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/karbon/plugins/zoomtool/Makefile.am b/karbon/plugins/zoomtool/Makefile.am index 74dcf602..e93315c1 100644 --- a/karbon/plugins/zoomtool/Makefile.am +++ b/karbon/plugins/zoomtool/Makefile.am @@ -8,7 +8,7 @@ karbon_zoomtoolplugin_la_SOURCES = vzoomtool.cc zoomtoolplugin.cc karbon_zoomtoolplugin_la_LIBADD = $(LIB_KPARTS) $(LIB_KOFFICECORE) $(LIB_KOFFICEUI) \ $(LIB_KOPAINTER) ../../libkarboncommon.la -karbon_zoomtoolplugin_la_LDFLAGS = -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio $(all_libraries) -module $(KDE_PLUGIN) +karbon_zoomtoolplugin_la_LDFLAGS = -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -ltdeio $(all_libraries) -module $(KDE_PLUGIN) METASOURCES = AUTO |