From a4f1f62068f44a70d5ec8d03b443db269fdccaea Mon Sep 17 00:00:00 2001 From: frohlich Date: Fri, 27 Feb 2009 05:16:12 +0000 Subject: [PATCH] Make make check link again. Modified Files: simgear/math/Makefile.am --- simgear/math/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/simgear/math/Makefile.am b/simgear/math/Makefile.am index 9b79620a..24560612 100644 --- a/simgear/math/Makefile.am +++ b/simgear/math/Makefile.am @@ -4,10 +4,10 @@ check_PROGRAMS = SGMathTest SGGeometryTest TESTS = $(check_PROGRAMS) SGMathTest_SOURCES = SGMathTest.cxx -SGMathTest_LDADD = libsgmath.a $(base_LIBS) +SGMathTest_LDADD = libsgmath.a -lsgstructure $(base_LIBS) SGGeometryTest_SOURCES = SGGeometryTest.cxx -SGGeometryTest_LDADD = libsgmath.a $(base_LIBS) +SGGeometryTest_LDADD = libsgmath.a -lsgstructure $(base_LIBS) lib_LIBRARIES = libsgmath.a -- 2.39.5