Save RSA public and private keys to a separate file, instead of
[tinc] / src / Makefile.am
1 ## Produce this file with automake to get Makefile.in
2 # $Id: Makefile.am,v 1.4.4.10 2000/11/22 16:19:06 zarq 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)\" -DLOCALSTATEDIR=\"$(localstatedir)\"