c.sexchat/plugins/Makefile.am

42 lines
648 B
Makefile
Raw Normal View History

2011-02-24 04:14:30 +01:00
# temp. solution while mailcheck & xdcc arn't in SUBDIRS
EXTRA_DIST = plugin20.html Make.plugin plugin-conf.in \
xdcc/xdcc.c \
xdcc/Makefile.am
2012-10-24 21:33:02 +02: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
if DO_TCL
tcldir = tcl
endif
2012-07-17 19:19:48 +02:00
if DO_SASL
sasldir = sasl
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
if DO_CHECKSUM
checksumdir = checksum
endif
if DO_SYSINFO
sysinfodir = sysinfo
endif
2011-02-24 04:14:30 +01:00
#SUBDIRS = . $(pythondir) $(perldir) mailcheck xdcc
SUBDIRS = . $(pythondir) $(perldir) $(tcldir) $(sasldir) $(doatdir) $(fishlimdir) $(checksumdir) $(sysinfodir)