From: Niels Möller Date: Tue, 5 Oct 2004 17:06:52 +0000 (+0200) Subject: More comments on the problem with the libnettle.a dependency. X-Git-Tag: nettle_1.11_release_20041026~48 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=b36ee58c0631b71f6bd8359907854e4f790d3f32;p=thirdparty%2Fnettle.git More comments on the problem with the libnettle.a dependency. Rev: src/nettle/tools/Makefile.am:1.7 --- diff --git a/tools/Makefile.am b/tools/Makefile.am index d7f43c10..6316e7ce 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -11,6 +11,12 @@ bin_PROGRAMS = sexp-conv nettle-lfib-stream # It seems there's no DEPENDENCIES variable that affects all programs. LDADD = -lnettle ../libnettle.a +# Explicit use of DEPENDENCIES is more correct, but scales badly to a +# large number of programs. + +# sexp_conv_DEPENDENCIES = ../libnettle.a +# nettle_lfib_stream_DEPENDENCIES = ../libnettle.a + EXTRA_DIST = misc.h input.h output.h parse.h getopt.h sexp_conv_SOURCES = sexp-conv.c input.c output.c parse.c \