Another file moved; random interface stuff.
[tinc] / lib / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2 # $Id: Makefile.am,v 1.8 2002/05/02 11:50:07 zarq Exp $
3
4 noinst_LIBRARIES = libtinc.a
5
6 INCLUDES = @INCLUDES@ -I. -I$(top_builddir) -I$(top_srcdir)/intl
7
8 libtinc_a_SOURCES = xmalloc.c pidfile.c utils.c getopt.c getopt1.c      \
9         list.c avl_tree.c hooks.c dropin.c edge.c conf.c netutl.c logging.c connection.c subnet.c node.c graph.c
10
11 libtinc_a_LIBADD = @LIBOBJS@ @ALLOCA@
12 libtinc_a_DEPENDENCIES = $(libvpn_a_LIBADD)
13
14 noinst_HEADERS = xalloc.h pidfile.h utils.h getopt.h list.h avl_tree.h  \
15         hooks.h dropin.h edge.h net.h conf.h netutl.h logging.h connection.h subnet.h node.h graph.h
16
17 EXTRA_DIST = README