summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2011-09-03 14:27:55 +0200
committerJan Engelhardt <jengelh@medozas.de>2011-09-03 14:27:55 +0200
commitf56b8a8bf4b1041cb875fd8439778f35276bdb30 (patch)
tree493341214fb88c923f3d44bb78aa13a0e860a449 /Makefile.am
parent751da923262746bf8fd3195e178504fb18c37dc5 (diff)
iptables: move kernel version find routing into libxtables
That way, the remaining unreferenced symbols that do appear in libipt_DNAT and libipt_SNAT as part of the new check can be resolved, and the ugly -rdynamic hack can finally be removed. Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 34b35012..9167e8e3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,7 +3,7 @@
ACLOCAL_AMFLAGS = -I m4
AUTOMAKE_OPTIONS = foreign subdir-objects
-SUBDIRS = extensions libiptc iptables
+SUBDIRS = libiptc iptables
if ENABLE_DEVEL
SUBDIRS += include
endif
@@ -13,6 +13,7 @@ endif
if HAVE_LIBNFNETLINK
SUBDIRS += utils
endif
+SUBDIRS += extensions
.PHONY: tarball
tarball: