Perl version of the system startup script.
[tinc] / lib / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 noinst_LIBRARIES = libvpn.a
4
5 INCLUDES = -I. -I$(top_builddir)
6
7 libvpn_a_SOURCES = xmalloc.c pidfile.c utils.c getopt.c getopt1.c
8
9 libvpn_a_LIBADD = @LIBOBJS@ @ALLOCA@
10 libvpn_a_DEPENDENCIES = $(libvpn_a_LIBADD)
11
12 noinst_HEADERS = xalloc.h pidfile.h utils.h getopt.h
13
14 EXTRA_DIST = README