diff options
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r-- | plugins/Makefile.am | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am deleted file mode 100644 index 3880f15d..00000000 --- a/plugins/Makefile.am +++ /dev/null @@ -1,25 +0,0 @@ -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) |