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