summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
blob: 381f8ac11ae612eb8174141f149c492a0fd79fa2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
include $(top_srcdir)/Make_global.am

YACC=@YACC@ -d

CLEANFILES = read_config_yy.c read_config_lex.c

sbin_PROGRAMS = conntrack conntrackd

conntrack_SOURCES = conntrack.c
conntrack_LDFLAGS = -rdynamic

conntrackd_SOURCES = alarm.c main.c run.c hash.c buffer.c \
		    local.c log.c mcast.c netlink.c proxy.c lock.c \
		    ignore_pool.c \
		    cache.c cache_iterators.c \
		    cache_lifetime.c cache_timer.c \
		    sync-mode.c sync-notrack.c sync-nack.c \
		    traffic_stats.c stats-mode.c \
		    network.c checksum.c \
		    state_helper.c state_helper_tcp.c \
		    read_config_yy.y read_config_lex.l

conntrackd_LDFLAGS = $(all_libraries) -lnfnetlink -lnetfilter_conntrack \
		     -lpthread

EXTRA_DIST = read_config_yy.h