X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2FMakefile.am;h=b4efc964f2a79a48287ca6ee03b54638e2f4ca54;hb=474aab6325bf94724874cb74a9b56d9da739e1b8;hp=5b35746b23fee9fa61daaf00b2a40a795489b656;hpb=191dcd5add0afba8b5d3aaa1e188c562c621712e;p=tinc diff --git a/src/Makefile.am b/src/Makefile.am index 5b35746b..b4efc964 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,5 @@ ## Produce this file with automake to get Makefile.in -# $Id: Makefile.am,v 1.7 2002/04/11 20:18:02 zarq Exp $ +# $Id: Makefile.am,v 1.11 2002/05/02 11:50:07 zarq Exp $ SUBDIRS = pokey @@ -7,19 +7,19 @@ sbin_PROGRAMS = tincd EXTRA_DIST = linux/device.c freebsd/device.c openbsd/device.c solaris/device.c -tincd_SOURCES = conf.c connection.c device.c edge.c event.c graph.c meta.c net.c net_packet.c net_setup.c \ - net_socket.c netutl.c node.c process.c protocol.c protocol_auth.c protocol_edge.c protocol_misc.c \ - protocol_key.c protocol_subnet.c route.c subnet.c tincd.c +tincd_SOURCES = read_conf.c device.c event.c meta.c net_packet.c net_setup.c \ + net_socket.c process.c protocol.c protocol_auth.c protocol_edge.c protocol_misc.c \ + protocol_key.c protocol_subnet.c route.c tincd.c net.c callbacks.c INCLUDES = @INCLUDES@ -I$(top_builddir) -I$(top_srcdir)/lib -I$(top_srcdir)/intl -noinst_HEADERS = conf.h connection.h device.h edge.h event.h graph.h meta.h net.h netutl.h node.h process.h \ - protocol.h route.h subnet.h +noinst_HEADERS = read_conf.h device.h event.h meta.h process.h \ + protocol.h route.h callbacks.h LIBS = @LIBS@ @INTLLIBS@ tincd_LDADD = \ - $(top_builddir)/lib/libvpn.a + $(top_builddir)/lib/libtinc.a -lgcrypt localedir = $(datadir)/locale