]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
More comments on the problem with the libnettle.a dependency.
authorNiels Möller <nisse@lysator.liu.se>
Tue, 5 Oct 2004 17:06:52 +0000 (19:06 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Tue, 5 Oct 2004 17:06:52 +0000 (19:06 +0200)
Rev: src/nettle/tools/Makefile.am:1.7

tools/Makefile.am

index d7f43c10050ba08e17aaa8268797ca9e125a8d0a..6316e7ce529cc3117dc05b862d6058b7722f621f 100644 (file)
@@ -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 \