summary refs log blame commit diff stats
path: root/plugins/Makefile.am
blob: 3880f15df71ec880b467f6146f2d69d56079b2d5 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12



         







                  



                    



                      



                    
                                                                                   
if DO_LUA
lua = lua
endif

if DO_PYTHON
pythondir = python
endif

if DO_PERL
perldir = perl
endif

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)