- Integrate rbl trees into tinc.
[oweals/tinc.git] / src / Makefile.am
1 ## Produce this file with automake to get Makefile.in
2 # $Id: Makefile.am,v 1.4.4.9 2000/11/20 19:12:11 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 subnet.c tincd.c
8
9 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 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)\"