hexchat/plugins/Makefile.am

26 lines
312 B
Makefile
Raw Normal View History

2016-04-03 17:28:11 +03:00
if DO_LUA
lua = lua
endif
2011-02-24 06:14:30 +03:00
if DO_PYTHON
pythondir = python
endif
if DO_PERL
perldir = perl
endif
2012-07-18 12:51:22 +04:00
if DO_FISHLIM
fishlimdir = fishlim
endif
if DO_CHECKSUM
checksumdir = checksum
endif
if DO_SYSINFO
sysinfodir = sysinfo
endif
SUBDIRS = $(lua) $(pythondir) $(perldir) $(checksumdir) $(fishlimdir) $(sysinfodir)