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