diff options
Diffstat (limited to 'kate/htmltools/Makefile.am')
-rw-r--r-- | kate/htmltools/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kate/htmltools/Makefile.am b/kate/htmltools/Makefile.am index 73795b7..d24d040 100644 --- a/kate/htmltools/Makefile.am +++ b/kate/htmltools/Makefile.am @@ -4,14 +4,14 @@ METASOURCES = AUTO # Install this plugin in the KDE modules directory kde_module_LTLIBRARIES = katehtmltoolsplugin.la -# This is all standard. Remove the LIB_KHTML reference if you are not -# using the KHTML Part +# This is all standard. Remove the LIB_TDEHTML reference if you are not +# using the TDEHTML Part katehtmltoolsplugin_la_SOURCES = plugin_katehtmltools.cpp katehtmltoolsplugin_la_LIBADD = -lkateinterfaces katehtmltoolsplugin_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) # Install the .rc file in the Part's directory (in this case, the part -# is KHTMLPart) +# is TDEHTMLPart) pluginsdir = $(kde_datadir)/kate/plugins/katehtmltools plugins_DATA = ui.rc |