]> git.mxchange.org Git - simgear.git/blobdiff - simgear/math/Makefile.am
Allow geocentric distance computations to return radians.
[simgear.git] / simgear / math / Makefile.am
index 75bec30e1b50bfba3a4f89adde408d4cd929ed48..466bb790723cf20be2fea7cc202e881821793f91 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
 
@@ -20,6 +20,7 @@ include_HEADERS = \
        sg_random.h \
        sg_types.hxx \
        vector.hxx \
+       Math.hxx \
        SGBox.hxx \
        SGCMath.hxx \
        SGGeoc.hxx \
@@ -41,7 +42,8 @@ include_HEADERS = \
        SGTriangle.hxx \
        SGVec2.hxx \
        SGVec3.hxx \
-       SGVec4.hxx
+       SGVec4.hxx \
+       beziercurve.hxx
 
 libsgmath_a_SOURCES = \
        interpolater.cxx \