From a5a7573f3597f76e3cf9ebfb5a38416906289ff3 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 27 Jan 2013 21:01:57 -0600 Subject: Rename kiobuffer and KHTML --- konq-plugins/webarchiver/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'konq-plugins/webarchiver/Makefile.am') diff --git a/konq-plugins/webarchiver/Makefile.am b/konq-plugins/webarchiver/Makefile.am index 6a3779a..43dbfb0 100644 --- a/konq-plugins/webarchiver/Makefile.am +++ b/konq-plugins/webarchiver/Makefile.am @@ -6,7 +6,7 @@ METASOURCES = AUTO kde_module_LTLIBRARIES = libwebarchiverplugin.la webarchivethumbnail.la libwebarchiverplugin_la_SOURCES = plugin_webarchiver.cpp archiveviewbase.ui archivedialog.cpp -libwebarchiverplugin_la_LIBADD = $(LIB_KPARTS) $(LIB_KHTML) +libwebarchiverplugin_la_LIBADD = $(LIB_KPARTS) $(LIB_TDEHTML) libwebarchiverplugin_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) pluginsdir = $(kde_datadir)/tdehtml/kpartplugins @@ -20,7 +20,7 @@ install-data-local: $(srcdir)/../uninstall.desktop $(INSTALL_DATA) $(srcdir)/../uninstall.desktop $(DESTDIR)$(pluginsdir)/webarchiverplugin.desktop webarchivethumbnail_la_SOURCES = webarchivecreator.cpp -webarchivethumbnail_la_LIBADD = $(LIB_KHTML) +webarchivethumbnail_la_LIBADD = $(LIB_TDEHTML) webarchivethumbnail_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) servicesdir = $(kde_servicesdir) -- cgit v1.2.1