diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am index 7555722c4737beb1da475091ebc643eb6a251324..a5d1162c5e780296bac077265cfee2276cbc51ea 100644 --- a/testsuite/Makefile.am +++ b/testsuite/Makefile.am @@ -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