Skip to content
Snippets Groups Projects
Commit b6e99555 authored by Niels Möller's avatar Niels Möller
Browse files

(LDADD): Added path to ../libnettle.a,

which is redundant except for the dependency.

Rev: src/nettle/testsuite/Makefile.am:1.32
parent c3d0d2b3
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,10 @@ TS_ALL = $(TS_PROGS) $(TS_SH)
noinst_PROGRAMS = $(TS_PROGS)
LDADD = testutils.o -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 = testutils.o -lnettle ../libnettle.a
EXTRA_DIST = $(TS_SH) testutils.c testutils.h \
run-tests rfc1750.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment