From 83bf77f4d0bfde6345ed31b6d5ce140088bba826 Mon Sep 17 00:00:00 2001 From: TingPing Date: Thu, 30 Jan 2014 02:01:42 -0500 Subject: More autotools cleanup - Don't build msproxy if unused - Add resources to cleanfiles - Remove old extra_dist from plugins --- plugins/Makefile.am | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'plugins') 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) -- cgit 1.4.1