1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
# temp. solution while mailcheck & xdcc arn't in SUBDIRS EXTRA_DIST = plugin20.html Make.plugin plugin-conf.in \ xdcc/xdcc.c \ xdcc/Makefile.am noinst_HEADERS = xchat-plugin.h if DO_PYTHON pythondir = python endif if DO_PERL perldir = perl endif if DO_TCL tcldir = tcl endif #SUBDIRS = . $(pythondir) $(perldir) mailcheck xdcc SUBDIRS = . $(pythondir) $(perldir) $(tcldir)