X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2FMakefile.am;h=eb7d3f21bcb76c5a16013d01b4e4119810c2d9ac;hp=b4efc964f2a79a48287ca6ee03b54638e2f4ca54;hb=a9bb66367df82d062175f2b9b4bf236d77ae3ff1;hpb=474aab6325bf94724874cb74a9b56d9da739e1b8 diff --git a/src/Makefile.am b/src/Makefile.am index b4efc964..eb7d3f21 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.11 2002/05/02 11:50:07 zarq Exp $ +# $Id: Makefile.am,v 1.12 2002/05/02 13:11:55 zarq Exp $ SUBDIRS = pokey @@ -7,13 +7,13 @@ sbin_PROGRAMS = tincd EXTRA_DIST = linux/device.c freebsd/device.c openbsd/device.c solaris/device.c -tincd_SOURCES = read_conf.c device.c event.c meta.c net_packet.c net_setup.c \ +tincd_SOURCES = read_conf.c device.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 = read_conf.h device.h event.h meta.h process.h \ +noinst_HEADERS = read_conf.h device.h meta.h process.h \ protocol.h route.h callbacks.h LIBS = @LIBS@ @INTLLIBS@