X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2FMakefile.am;h=f7e9462ad2d0cb38b8ddfd2d64f0b3e4d45df453;hp=aadeae29e60cbd9b2d4337ffc7cf0e475ab9a8fe;hb=3e3b4a3190cf950c265a8c62d577812a22b11dcc;hpb=912e7e968f4888d62b3c620893a70e825599973b diff --git a/src/Makefile.am b/src/Makefile.am index aadeae29..f7e9462a 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.4.4.25 2002/08/24 12:11:40 guus Exp $ +# $Id: Makefile.am,v 1.4.4.28 2002/09/10 21:46:05 guus Exp $ sbin_PROGRAMS = tincd @@ -14,7 +14,7 @@ INCLUDES = @INCLUDES@ -I$(top_builddir) -I$(top_srcdir)/lib 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 -LIBS = @LIBS@ +LIBS = @LIBS@ @LIBINTL@ tincd_LDADD = \ $(top_builddir)/lib/libvpn.a