From: Niels Möller Date: Wed, 29 Jan 2003 15:23:27 +0000 (+0100) Subject: (LDADD): Add libnettle.a, for the dependency. X-Git-Tag: nettle_1.7_release_20030311~54 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bd4be3f589331d07248c5fe68dc12ec7778106f7;p=thirdparty%2Fnettle.git (LDADD): Add libnettle.a, for the dependency. Rev: src/nettle/tools/Makefile.am:1.4 --- diff --git a/tools/Makefile.am b/tools/Makefile.am index 1a4863c2..a60852a4 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -7,7 +7,9 @@ AM_LDFLAGS = -L.. bin_PROGRAMS = sexp-conv -LDADD = -lnettle +# libnettle.a is added at the end to make sure all programs depend on it. +# It seems there's no DEPENDENCIES variable that affects all programs. +LDADD = -lnettle ../libnettle.a EXTRA_DIST = misc.h input.h output.h parse.h