- Synchronized changelog with the package's changelog.
[tinc] / src / Makefile.am
1 ## Produce this file with automake to get Makefile.in
2 # $Id: Makefile.am,v 1.4.4.4 2000/10/20 19:46:57 guus Exp $
3
4 sbin_PROGRAMS = tincd
5
6 tincd_SOURCES = conf.c connlist.c meta.c net.c netutl.c protocol.c subnet.c tincd.c
7
8 INCLUDES = -I$(top_builddir) -I$(top_srcdir)/cipher -I$(top_srcdir)/lib -I$(top_srcdir)/intl
9
10 noinst_HEADERS = conf.h connlist.h meta.h net.h netutl.h protocol.h subnet.h
11
12 LIBS = @LIBS@ @INTLLIBS@
13
14 tincd_LDADD = \
15         $(top_builddir)/lib/libvpn.a
16
17 localedir = $(datadir)/locale
18
19 CFLAGS = @CFLAGS@ -DPKGLIBDIR=$(pkglibdir) -DCONFDIR=\"@sysconfdir@\" -DLOCALEDIR=\"$(localedir)\"