summary refs log blame commit diff stats
path: root/plugins/Makefile.am
blob: dd33d8c787c21ad14235a5c30ba40c127e351275 (plain) (tree)


















                                                        



              
                                                   
                                                        
# 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

if DO_SASL
sasldir = sasl
endif

#SUBDIRS = . $(pythondir) $(perldir) mailcheck xdcc
SUBDIRS = . $(pythondir) $(perldir) $(tcldir) $(sasldir)