hexchat/plugins/Makefile.am

32 lines
540 B
Makefile
Raw Normal View History

2011-02-23 22:14:30 -05:00
# temp. solution while mailcheck & xdcc arn't in SUBDIRS
2012-10-28 18:33:45 -04:00
EXTRA_DIST = Make.plugin plugin-conf.in xdcc/xdcc.c xdcc/Makefile.am
2011-02-23 22:14:30 -05:00
2012-10-29 23:10:41 -04:00
# noinst_HEADERS = hexchat-plugin.h
2011-02-23 22:14:30 -05:00
if DO_PYTHON
pythondir = python
endif
if DO_PERL
perldir = perl
endif
2012-07-17 13:47:19 -04:00
if DO_DOAT
doatdir = doat
endif
2012-07-18 04:51:22 -04:00
if DO_FISHLIM
fishlimdir = fishlim
endif
if DO_CHECKSUM
checksumdir = checksum
endif
if DO_SYSINFO
sysinfodir = sysinfo
endif
2013-03-31 22:51:34 -04:00
#SUBDIRS = . $(pythondir) $(perldir) mailcheck xdcc
SUBDIRS = . $(pythondir) $(perldir) $(checksumdir) $(doatdir) $(fishlimdir) $(sysinfodir)