summaryrefslogtreecommitdiffstats
path: root/src/deprecated/extensions/Makefile.am
blob: e44525b3b813c6b5c9eea140c99ebb96e5cc6877 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include $(top_srcdir)/Make_global.am

AUTOMAKE_OPTIONS = no-dependencies foreign

AM_CFLAGS=-fPIC -Wall
LIBS= @LIBNFCONNTRACK_LIBS@

noinst_LTLIBRARIES = libnfct_proto_tcp.la libnfct_proto_udp.la 	\
		     libnfct_proto_icmp.la libnfct_proto_sctp.la

libnfct_proto_tcp_la_SOURCES = libnetfilter_conntrack_tcp.c 
libnfct_proto_udp_la_SOURCES = libnetfilter_conntrack_udp.c
libnfct_proto_icmp_la_SOURCES = libnetfilter_conntrack_icmp.c
libnfct_proto_sctp_la_SOURCES = libnetfilter_conntrack_sctp.c