hexchat/plugins/Makefile.am

30 lines
474 B
Makefile
Raw Normal View History

2011-02-23 22:14:30 -05: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
noinst_HEADERS = xchat-plugin.h
if DO_PYTHON
pythondir = python
endif
if DO_PERL
perldir = perl
endif
if DO_TCL
tcldir = tcl
endif
2012-07-17 13:19:48 -04:00
if DO_SASL
sasldir = sasl
endif
2012-07-17 13:47:19 -04:00
if DO_DOAT
doatdir = doat
endif
2011-02-23 22:14:30 -05:00
#SUBDIRS = . $(pythondir) $(perldir) mailcheck xdcc
2012-07-17 13:47:19 -04:00
SUBDIRS = . $(pythondir) $(perldir) $(tcldir) $(sasldir) $(doatdir)