summary refs log tree commit diff stats
path: root/plugins/mailcheck/Makefile.am
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2014-01-20 01:31:41 -0500
committerTingPing <tingping@tingping.se>2014-01-20 01:31:41 -0500
commit58a3980372a1dd0c23d41ab17ba0a1c61831b1f4 (patch)
treeac1eeec3be63266303535f40e0ed5fdbe20dffd5 /plugins/mailcheck/Makefile.am
parent093bdd8b1c3a6f8b211a647b7b4dbe6cfc38e69e (diff)
Remove unused plugins
Diffstat (limited to 'plugins/mailcheck/Makefile.am')
-rw-r--r--plugins/mailcheck/Makefile.am25
1 files changed, 0 insertions, 25 deletions
diff --git a/plugins/mailcheck/Makefile.am b/plugins/mailcheck/Makefile.am
deleted file mode 100644
index b9281494..00000000
--- a/plugins/mailcheck/Makefile.am
+++ /dev/null
@@ -1,25 +0,0 @@
-## Process with automake to produce Makefile.in
-
-# To create a standalone tarball of your plugin run the plugin_dist
-# target.  Note: you must configure the main source tree with
-# --enable-maintainer-mode
-
-# These two must be defined.
-PLUGIN=mailcheck
-PLUGIN_VERSION=0.1
-
-# This file must be in the form PLUGIN-config.h.in, it can be empty but
-# must exist
-EXTRA_DIST = mailcheck-config.h.in
-
-# Remember to include this line in your Makefile.am
-include @top_srcdir@/plugins/Make.plugin
-
-libdir = $(hexchatdir)/plugins
-
-lib_LTLIBRARIES = mailcheck.la
-mailcheck_la_SOURCES = mailcheck.c
-mailcheck_la_LDFLAGS = -avoid-version -module 
-INCLUDES = $(COMMON_CFLAGS) $(PLUGIN_INCLUDES)
-
-DISTCLEANFILES = pg_dir/*