summary refs log blame commit diff stats
path: root/plugins/Makefile.am
blob: 9ca89e34d74108c0b358f338a832c4b094a8a456 (plain) (tree)
1
2
3
4
5
6




                                                        
                                 












                  



              



              



                    



                      



                    
                                                   
                                                                                                              
# 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 = hexchat-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

if DO_DOAT
doatdir = doat
endif

if DO_FISHLIM
fishlimdir = fishlim
endif

if DO_CHECKSUM
checksumdir = checksum
endif

if DO_SYSINFO
sysinfodir = sysinfo
endif

#SUBDIRS = . $(pythondir) $(perldir) mailcheck xdcc
SUBDIRS = . $(pythondir) $(perldir) $(tcldir) $(sasldir) $(doatdir) $(fishlimdir) $(checksumdir) $(sysinfodir)