Add vde/device.c to the tarball.
[tinc] / lib / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 noinst_LIBRARIES = libvpn.a
4
5 INCLUDES = @INCLUDES@ -I. -I$(top_builddir)
6
7 libvpn_a_SOURCES = xmalloc.c pidfile.c utils.c getopt.c getopt1.c list.c avl_tree.c dropin.c fake-getaddrinfo.c fake-getnameinfo.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 list.h avl_tree.h dropin.h fake-getaddrinfo.h fake-getnameinfo.h fake-gai-errnos.h ipv6.h ipv4.h ethernet.h
13
14 EXTRA_DIST =