summaryrefslogtreecommitdiffstats
path: root/src/deprecated/l3extensions/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/deprecated/l3extensions/Makefile.am')
-rw-r--r--src/deprecated/l3extensions/Makefile.am9
1 files changed, 9 insertions, 0 deletions
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