Do not include $(top_srcdir)/cipher, it does no longer exist.
[oweals/tinc.git] / src / Makefile.am
1 ## Produce this file with automake to get Makefile.in
2 # $Id: Makefile.am,v 1.4.4.5 2000/11/02 21:26:51 zarq 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)/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)\"