From b36ee58c0631b71f6bd8359907854e4f790d3f32 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Tue, 5 Oct 2004 19:06:52 +0200
Subject: [PATCH] More comments on the problem with the libnettle.a dependency.

Rev: src/nettle/tools/Makefile.am:1.7
---
 tools/Makefile.am | 6 ++++++
 1 file changed, 6 insertions(+)

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 \
-- 
GitLab