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 --- l3extensions/Makefile.am | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 l3extensions/Makefile.am (limited to 'l3extensions/Makefile.am') diff --git a/l3extensions/Makefile.am b/l3extensions/Makefile.am deleted file mode 100644 index fa21b2d..0000000 --- a/l3extensions/Makefile.am +++ /dev/null @@ -1,16 +0,0 @@ -include $(top_srcdir)/Make_global.am - -AUTOMAKE_OPTIONS = no-dependencies foreign - -AM_CFLAGS=-fPIC -Wall -LIBS= - -pkglib_LTLIBRARIES = nfct_l3proto_ipv4.la nfct_l3proto_ipv6.la - -nfct_l3proto_ipv4_la_SOURCES = libnetfilter_conntrack_ipv4.c -nfct_l3proto_ipv4_la_LDFLAGS = -module -avoid-version -release $(VERSION) -nfct_l3proto_ipv4_la_LIBADD = ../src/libnetfilter_conntrack.la - -nfct_l3proto_ipv6_la_SOURCES = libnetfilter_conntrack_ipv6.c -nfct_l3proto_ipv6_la_LDFLAGS = -module -avoid-version -release $(VERSION) -nfct_l3proto_ipv6_la_LIBADD = ../src/libnetfilter_conntrack.la -- cgit v1.2.3