From 84da08d7b7fcda12c85caeb5a10b4903770a6f69 Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaddons@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kate/xmlcheck/Makefile.am | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 kate/xmlcheck/Makefile.am (limited to 'kate/xmlcheck/Makefile.am') diff --git a/kate/xmlcheck/Makefile.am b/kate/xmlcheck/Makefile.am new file mode 100644 index 0000000..f6554c2 --- /dev/null +++ b/kate/xmlcheck/Makefile.am @@ -0,0 +1,21 @@ +INCLUDES = $(all_includes) +METASOURCES = AUTO + +# Install this plugin in the KDE modules directory +kde_module_LTLIBRARIES = katexmlcheckplugin.la + +# This is all standard. Remove the LIB_KHTML reference if you are not +# using the KHTML Part +katexmlcheckplugin_la_SOURCES = plugin_katexmlcheck.cpp +katexmlcheckplugin_la_LIBADD = -lkateinterfaces +katexmlcheckplugin_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) + +# Install the .rc file in the Part's directory (in this case, the part +# is KHTMLPart) +pluginsdir = $(kde_datadir)/kate/plugins/katexmlcheck +plugins_DATA = ui.rc + +kde_services_DATA = katexmlcheck.desktop + +messages: rc.cpp + $(XGETTEXT) *.cpp -o $(podir)/katexmlcheck.pot -- cgit v1.2.1