summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2011-09-19 13:44:18 +0200
committerJan Engelhardt <jengelh@medozas.de>2011-09-19 13:44:18 +0200
commit134280881a3c99f313da669117de71bc236f1f77 (patch)
tree8d83c4dd01be6a6cd7de356c969785474c5cdc4d /Makefile.am
parent0ab10b11093ec250b404e3bead1d39177d1cbfa0 (diff)
parentd2b0eaa297dfa87f54b3fbcaa292f14d793e3f3c (diff)
Merge branch 'stable'
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 9167e8e3..4eb63ebe 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,7 +3,7 @@
ACLOCAL_AMFLAGS = -I m4
AUTOMAKE_OPTIONS = foreign subdir-objects
-SUBDIRS = libiptc iptables
+SUBDIRS = libiptc libxtables
if ENABLE_DEVEL
SUBDIRS += include
endif
@@ -13,7 +13,10 @@ endif
if HAVE_LIBNFNETLINK
SUBDIRS += utils
endif
+# Depends on libxtables:
SUBDIRS += extensions
+# Depends on extensions/libext.a:
+SUBDIRS += iptables
.PHONY: tarball
tarball: