Fixed a race condition triggered by receive_meta() and the new
[tinc] / src / Makefile.am
1 ## Produce this file with automake to get Makefile.in
2 # $Id: Makefile.am,v 1.4.4.13 2001/03/04 13:59:25 guus Exp $
3
4 sbin_PROGRAMS = tincd
5
6 tincd_SOURCES = conf.c connection.c meta.c net.c netutl.c process.c     \
7         protocol.c route.c subnet.c tincd.c
8
9 INCLUDES = @INCLUDES@ -I$(top_builddir) -I$(top_srcdir)/lib -I$(top_srcdir)/intl
10
11 noinst_HEADERS = conf.h connection.h meta.h net.h netutl.h process.h    \
12         protocol.h route.h subnet.h
13
14 LIBS = @LIBS@ @INTLLIBS@
15
16 tincd_LDADD = \
17         $(top_builddir)/lib/libvpn.a
18
19 localedir = $(datadir)/locale
20
21 CFLAGS = @CFLAGS@ -DPKGLIBDIR=$(pkglibdir) -DCONFDIR=\"$(sysconfdir)\"  \
22         -DLOCALEDIR=\"$(localedir)\" -DLOCALSTATEDIR=\"$(localstatedir)\"
23
24 lint: $(tincd_SOURCES)
25         lclint -nullassign -nullret +trytorecover +posixlib -skipansiheaders -skipposixheaders +gnuextensions -I/usr/include -I/usr/lib/gcc-lib/i386-linux/2.95.2/include -I. -I/home/zarq/p/tinc/cvs/cabal/src -I.. -I.. -I/home/zarq/p/tinc/cvs/cabal/lib -I/home/zarq/p/tinc/cvs/cabal/intl -D_POSIX_SOURCE -D__ELF__ -Dunix -D__i386__ -Dlinux -DHAVE_CONFIG_H -DPKGLIBDIR=/usr/local/lib/tinc -DCONFDIR=\"/usr/local/etc\" -DLOCALEDIR=\"/usr/local/share/locale\" $^