]> git.mxchange.org Git - simgear.git/blobdiff - simgear/math/Makefile.am
Modified Files:
[simgear.git] / simgear / math / Makefile.am
index f187496c843256b92cf60847d53a47939ae7c7d8..016620eee5428347c36aca2205239a34f7996708 100644 (file)
@@ -1,6 +1,5 @@
 includedir = @includedir@/math
 
-noinst_PROGRAMS = SGMathTest
 check_PROGRAMS  = SGMathTest
 TESTS           = $(check_PROGRAMS)
 
@@ -20,17 +19,19 @@ include_HEADERS = \
        sg_random.h \
        sg_types.hxx \
        vector.hxx \
-       fastmath.hxx \
+       SGCMath.hxx \
        SGGeoc.hxx \
        SGGeod.hxx \
        SGGeodesy.hxx \
        SGLimits.hxx \
        SGMatrix.hxx \
        SGMath.hxx \
+       SGMathFwd.hxx \
        SGMisc.hxx \
        SGQuat.hxx \
        SGVec4.hxx \
-       SGVec3.hxx
+       SGVec3.hxx \
+       SGVec2.hxx
 
 
 libsgmath_a_SOURCES = \
@@ -40,7 +41,6 @@ libsgmath_a_SOURCES = \
        sg_geodesy.cxx \
        sg_random.c \
        vector.cxx \
-       fastmath.cxx \
        SGGeodesy.cxx
 
 INCLUDES = -I$(top_srcdir)