summaryrefslogtreecommitdiff
path: root/loaders/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'loaders/Makefile.am')
-rw-r--r--loaders/Makefile.am18
1 files changed, 0 insertions, 18 deletions
diff --git a/loaders/Makefile.am b/loaders/Makefile.am
deleted file mode 100644
index c7c050b..0000000
--- a/loaders/Makefile.am
+++ /dev/null
@@ -1,18 +0,0 @@
-SUBDIRS =
-
-if ENABLE_LUA51
-SUBDIRS += lua5.1
-endif
-
-if ENABLE_PYTHON2
-SUBDIRS += python
-endif
-
-if ENABLE_PYTHON3
-SUBDIRS += python3
-endif
-
-gcov:
- @for dir in $(SUBDIRS); do \
- (cd $$dir && $(MAKE) $(AM_MAKEFLAGS) $(@)); \
- done