From e1d966eaf6fd4ae5d0c2d1e99edeaec41a23b02b Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Mon, 28 Feb 2011 17:44:29 +0100 Subject: [PATCH] Makefile: add sctp files to build This patch simply adds decode-sctp files to the compilation. --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.am b/src/Makefile.am index 6d78210db2..dd0392e4ca 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -31,6 +31,7 @@ decode-icmpv4.c decode-icmpv4.h \ decode-icmpv6.c decode-icmpv6.h \ decode-tcp.c decode-tcp.h \ decode-udp.c decode-udp.h \ +decode-sctp.c decode-sctp.h \ flow.c flow.h \ flow-queue.c flow-queue.h \ flow-hash.c flow-hash.h \