2011-02-24 04:14:30 +01:00
|
|
|
# temp. solution while mailcheck & xdcc arn't in SUBDIRS
|
2012-10-28 23:33:45 +01:00
|
|
|
EXTRA_DIST = Make.plugin plugin-conf.in xdcc/xdcc.c xdcc/Makefile.am
|
2011-02-24 04:14:30 +01:00
|
|
|
|
2012-10-30 04:10:41 +01:00
|
|
|
# noinst_HEADERS = hexchat-plugin.h
|
2011-02-24 04:14:30 +01:00
|
|
|
|
|
|
|
if DO_PYTHON
|
|
|
|
pythondir = python
|
|
|
|
endif
|
|
|
|
|
|
|
|
if DO_PERL
|
|
|
|
perldir = perl
|
|
|
|
endif
|
|
|
|
|
2012-07-17 19:47:19 +02:00
|
|
|
if DO_DOAT
|
|
|
|
doatdir = doat
|
|
|
|
endif
|
|
|
|
|
2012-07-18 10:51:22 +02:00
|
|
|
if DO_FISHLIM
|
|
|
|
fishlimdir = fishlim
|
|
|
|
endif
|
|
|
|
|
2012-07-18 14:50:58 +02:00
|
|
|
if DO_CHECKSUM
|
|
|
|
checksumdir = checksum
|
|
|
|
endif
|
|
|
|
|
2012-10-21 08:06:09 +02:00
|
|
|
if DO_SYSINFO
|
|
|
|
sysinfodir = sysinfo
|
|
|
|
endif
|
|
|
|
|
2013-04-01 04:51:34 +02:00
|
|
|
#SUBDIRS = . $(pythondir) $(perldir) mailcheck xdcc
|
2012-11-12 19:03:19 +01:00
|
|
|
SUBDIRS = . $(pythondir) $(perldir) $(checksumdir) $(doatdir) $(fishlimdir) $(sysinfodir)
|