summary refs log tree commit diff stats
path: root/plugins
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2014-01-30 02:01:42 -0500
committerTingPing <tingping@tingping.se>2014-01-30 02:01:42 -0500
commit83bf77f4d0bfde6345ed31b6d5ce140088bba826 (patch)
treee22693860b0debb89055c05155860c0dc9796ebf /plugins
parent9ec4aa897a4d498c426e8cbebb6f78985363f577 (diff)
More autotools cleanup
- Don't build msproxy if unused
- Add resources to cleanfiles
- Remove old extra_dist from plugins
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Makefile.am8
1 files changed, 1 insertions, 7 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index 99a43515..0b7dcc77 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -1,8 +1,3 @@
-# temp. solution while mailcheck & xdcc arn't in SUBDIRS
-EXTRA_DIST = Make.plugin plugin-conf.in xdcc/xdcc.c xdcc/Makefile.am
-
-# noinst_HEADERS = hexchat-plugin.h
-
 if DO_PYTHON
 pythondir = python
 endif
@@ -27,5 +22,4 @@ if DO_SYSINFO
 sysinfodir = sysinfo
 endif
 
-#SUBDIRS = . $(pythondir) $(perldir) mailcheck xdcc
-SUBDIRS = . $(pythondir) $(perldir) $(checksumdir) $(doatdir) $(fishlimdir) $(sysinfodir)
+SUBDIRS = $(pythondir) $(perldir) $(checksumdir) $(doatdir) $(fishlimdir) $(sysinfodir)