summaryrefslogtreecommitdiffstats
path: root/src/deprecated/l3extensions/Makefile.am
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2009-02-17 21:36:43 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2009-02-17 21:36:43 +0100
commitcdf0d6c32f5c6c7c3071d35fa770eaf62fbad312 (patch)
tree038a07c87d4a6cee98a1f7cad78e0ac92742d2d6 /src/deprecated/l3extensions/Makefile.am
parent2473a408abdd79fb4b24c5c56f769791203c0cd8 (diff)
src: remove old deprecated API
This patch removes the first API version which was scheduled in 2007. That API had several major limitations that the new one solved. I don't know of any known existing client of this old API. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'src/deprecated/l3extensions/Makefile.am')
-rw-r--r--src/deprecated/l3extensions/Makefile.am9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/deprecated/l3extensions/Makefile.am b/src/deprecated/l3extensions/Makefile.am
deleted file mode 100644
index f8cb0a2..0000000
--- a/src/deprecated/l3extensions/Makefile.am
+++ /dev/null
@@ -1,9 +0,0 @@
-include $(top_srcdir)/Make_global.am
-
-AM_CFLAGS=-fPIC -Wall
-LIBS = @LIBNFCONNTRACK_LIBS@
-
-noinst_LTLIBRARIES = libnfct_l3proto_ipv4.la libnfct_l3proto_ipv6.la
-
-libnfct_l3proto_ipv4_la_SOURCES = libnetfilter_conntrack_ipv4.c
-libnfct_l3proto_ipv6_la_SOURCES = libnetfilter_conntrack_ipv6.c