From cdc8744396470397dcbb9b50dc197526c4cb834c Mon Sep 17 00:00:00 2001 From: "/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org" Date: Sun, 13 Jan 2008 17:17:11 +0000 Subject: Several tree reorganizations: - move l3extensions/ and extensions/ to src/deprecated/ - don't create submodules under /usr/lib/libnetfilter_conntrack/ anymore --- src/deprecated/l3extensions/Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/deprecated/l3extensions/Makefile.am (limited to 'src/deprecated/l3extensions/Makefile.am') diff --git a/src/deprecated/l3extensions/Makefile.am b/src/deprecated/l3extensions/Makefile.am new file mode 100644 index 0000000..f8cb0a2 --- /dev/null +++ b/src/deprecated/l3extensions/Makefile.am @@ -0,0 +1,9 @@ +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 -- cgit v1.2.3