From: frohlich Date: Fri, 27 Feb 2009 05:16:12 +0000 (+0000) Subject: Make make check link again. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a4f1f62068f44a70d5ec8d03b443db269fdccaea;p=simgear.git Make make check link again. Modified Files: simgear/math/Makefile.am --- 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