~ubuntu-branches/ubuntu/trusty/conntrack/trusty-proposed

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Wirt, Max Kellermann
  • Date: 2008-04-14 23:09:22 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080414230922-9xoi1gl38tc8lyng
Tags: 1:0.9.6-4
[ Max Kellermann ]
fix compilation on SPARC (printf argument mismatch)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
include $(top_srcdir)/Make_global.am
2
2
 
3
 
sbin_PROGRAMS = conntrack
 
3
YACC=@YACC@ -d
 
4
 
 
5
CLEANFILES = read_config_yy.c read_config_lex.c
 
6
 
 
7
sbin_PROGRAMS = conntrack conntrackd
 
8
 
4
9
conntrack_SOURCES = conntrack.c
5
 
 
6
 
conntrack_LDFLAGS = $(all_libraries) -rdynamic -lnetfilter_conntrack
7
 
 
 
10
conntrack_LDADD = ../extensions/libct_proto_tcp.la ../extensions/libct_proto_udp.la ../extensions/libct_proto_icmp.la
 
11
conntrack_LDFLAGS = $(all_libraries) @LIBNETFILTER_CONNTRACK_LIBS@
 
12
 
 
13
conntrackd_SOURCES = alarm.c main.c run.c hash.c queue.c rbtree.c \
 
14
                    local.c log.c mcast.c netlink.c \
 
15
                    ignore_pool.c fds.c \
 
16
                    cache.c cache_iterators.c \
 
17
                    cache_lifetime.c cache_timer.c cache_wt.c \
 
18
                    sync-mode.c sync-alarm.c sync-ftfw.c \
 
19
                    traffic_stats.c stats-mode.c \
 
20
                    network.c \
 
21
                    state_helper.c state_helper_tcp.c \
 
22
                    build.c parse.c \
 
23
                    read_config_yy.y read_config_lex.l
 
24
 
 
25
# yacc and lex generate dirty code
 
26
read_config_yy.o read_config_lex.o: AM_CFLAGS += -Wno-missing-prototypes -Wno-missing-declarations -Wno-implicit-function-declaration -Wno-nested-externs -Wno-undef -Wno-redundant-decls
 
27
 
 
28
conntrackd_LDFLAGS = $(all_libraries) @LIBNETFILTER_CONNTRACK_LIBS@
 
29
 
 
30
EXTRA_DIST = read_config_yy.h