From dc0285fd09c9c2032a5cf7dffe2e8b6a6259a2d4 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 14 Jan 2019 09:06:30 +0100 Subject: build: Add missing $(LDADD) for dependencies --- testsuites/sptests/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuites/sptests/Makefile.am') diff --git a/testsuites/sptests/Makefile.am b/testsuites/sptests/Makefile.am index a3c9b1e3bf..e927737603 100644 --- a/testsuites/sptests/Makefile.am +++ b/testsuites/sptests/Makefile.am @@ -733,7 +733,7 @@ sp_docs += spconsole01/spconsole01.doc spconsole01_SOURCES = spconsole01/init.c spconsole01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_spconsole01) \ $(support_includes) -spconsole01_LDADD = -lm +spconsole01_LDADD = -lm $(LDADD) endif if TEST_spcontext01 @@ -1491,7 +1491,7 @@ sp_docs += splinkersets01/splinkersets01.doc splinkersets01_SOURCES = splinkersets01/init.c splinkersets01_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_splinkersets01) \ $(support_includes) -splinkersets01_LDADD = libsplinkersets01.a +splinkersets01_LDADD = libsplinkersets01.a $(LDADD) endif if TEST_spmkdir -- cgit v1.2.3