]> git.mxchange.org Git - simgear.git/commitdiff
Make make check link again.
authorfrohlich <frohlich>
Fri, 27 Feb 2009 05:16:12 +0000 (05:16 +0000)
committerTim Moore <timoore@redhat.com>
Fri, 27 Feb 2009 22:34:15 +0000 (23:34 +0100)
Modified Files:
simgear/math/Makefile.am

simgear/math/Makefile.am

index 9b79620a2db53013eccba810eddd6a7ebc3e22b9..2456061217b08f96694845f4e18ce8fd952b9cbf 100644 (file)
@@ -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