]> git.mxchange.org Git - simgear.git/blobdiff - simgear/math/Makefile.am
Change SGPath::exists to use stat(), fix '.' and '..' handling on Windows, add simgea...
[simgear.git] / simgear / math / Makefile.am
index 9b79620a2db53013eccba810eddd6a7ebc3e22b9..5474f297aeefd096a4e9ba6993a42638fbc137fb 100644 (file)
@@ -4,11 +4,21 @@ check_PROGRAMS  = SGMathTest SGGeometryTest
 TESTS           = $(check_PROGRAMS)
 
 SGMathTest_SOURCES = SGMathTest.cxx
-SGMathTest_LDADD = libsgmath.a $(base_LIBS)
 
+SGMathTest_LDADD = \
+       libsgmath.a \
+       $(top_builddir)/simgear/debug/libsgdebug.a \
+       $(top_builddir)/simgear/structure/libsgstructure.a \
+       $(base_LIBS)
+       
 SGGeometryTest_SOURCES = SGGeometryTest.cxx
-SGGeometryTest_LDADD = libsgmath.a $(base_LIBS)
 
+SGGeometryTest_LDADD = \
+       libsgmath.a \
+       $(top_builddir)/simgear/debug/libsgdebug.a \
+       $(top_builddir)/simgear/structure/libsgstructure.a \
+       $(base_LIBS)
+       
 lib_LIBRARIES = libsgmath.a
 
 include_HEADERS = \
@@ -42,7 +52,8 @@ include_HEADERS = \
        SGTriangle.hxx \
        SGVec2.hxx \
        SGVec3.hxx \
-       SGVec4.hxx
+       SGVec4.hxx \
+       beziercurve.hxx
 
 libsgmath_a_SOURCES = \
        interpolater.cxx \