From 33c3e5147d3fb1a0949e800049eb9db0852bd3c3 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 11 Jan 2010 16:46:50 +0000 Subject: Added missing adblock plugin files git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaddons@1073116 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- konq-plugins/adblock/Makefile.am | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 konq-plugins/adblock/Makefile.am (limited to 'konq-plugins/adblock/Makefile.am') diff --git a/konq-plugins/adblock/Makefile.am b/konq-plugins/adblock/Makefile.am new file mode 100644 index 0000000..47c4074 --- /dev/null +++ b/konq-plugins/adblock/Makefile.am @@ -0,0 +1,15 @@ +INCLUDES = $(all_includes) +METASOURCES = AUTO + +# Install this plugin in the KDE modules directory +kde_module_LTLIBRARIES = libadblock.la + +libadblock_la_SOURCES = adblock.cpp adblockdialogue.cpp +libadblock_la_LIBADD = $(LIB_KHTML) -lkonq +libadblock_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) + +pluginsdir = $(kde_datadir)/khtml/kpartplugins +plugins_DATA = plugin_adblock.rc plugin_adblock.desktop + +messages: rc.cpp + $(XGETTEXT) *.cpp *.h -o $(podir)/adblockplugin.pot -- cgit v1.2.1