summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2013-05-06 14:12:21 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2013-05-06 15:52:23 +0200
commite8de495afb04b48382932c0b867d1165d28d069f (patch)
tree3688905c7a9037c536fbf5e7ec3a6ce7dc9829e5 /Makefile.am
parent8805831f27bc3ae5ad24cead76275645f106eac9 (diff)
add IPv6 support
This will be used to test the DHCPv6 helper. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 326e525..09865b2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,6 +5,7 @@ check_PROGRAMS = cthelper-test
cthelper_test_SOURCES = proto.c \
ct.c \
l3_ipv4.c \
+ l3_ipv6.c \
l4_tcp.c \
l4_udp.c \
expect.c \