X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2FMakefile.am;h=63e0bbdbcbbf86839b9c73850edc92110c0c71da;hp=a8f45b6425648667c5c1fbcdb7825ed4372e3754;hb=e239504524589a0f1549ca174f927afd07d563ba;hpb=af23dfa5efb82b35eb00b94bda56390c9e2aac6f;ds=sidebyside diff --git a/src/Makefile.am b/src/Makefile.am index a8f45b64..63e0bbdb 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,17 +1,19 @@ ## Produce this file with automake to get Makefile.in -# $Id: Makefile.am,v 1.6 2002/04/09 15:28:45 zarq Exp $ +# $Id: Makefile.am,v 1.8 2002/04/13 11:14:50 zarq Exp $ + +SUBDIRS = pokey 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 \ +tincd_SOURCES = conf.c connection.c device.c edge.c event.c graph.c logging.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 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 \ +noinst_HEADERS = conf.h connection.h device.h edge.h event.h graph.h logging.h meta.h net.h netutl.h node.h process.h \ protocol.h route.h subnet.h LIBS = @LIBS@ @INTLLIBS@