Make make check link again.

Modified Files:
	simgear/math/Makefile.am
This commit is contained in:
frohlich 2009-02-27 05:16:12 +00:00 committed by Tim Moore
parent a3e279f06f
commit a4f1f62068

View 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