]> git.mxchange.org Git - simgear.git/blobdiff - simgear/math/Makefile.am
Merge branch 'maint' into next
[simgear.git] / simgear / math / Makefile.am
index 9aba3599ff3e59129b4c639645de7ef439978218..9b79620a2db53013eccba810eddd6a7ebc3e22b9 100644 (file)
@@ -17,10 +17,10 @@ include_HEADERS = \
        point3d.hxx \
        polar3d.hxx \
        sg_geodesy.hxx \
-       sg_memory.h \
        sg_random.h \
        sg_types.hxx \
        vector.hxx \
+       Math.hxx \
        SGBox.hxx \
        SGCMath.hxx \
        SGGeoc.hxx \
@@ -47,10 +47,9 @@ include_HEADERS = \
 libsgmath_a_SOURCES = \
        interpolater.cxx \
        leastsqs.cxx \
-       polar3d.cxx \
-       sg_geodesy.cxx \
        sg_random.c \
        vector.cxx \
+       SGGeod.cxx \
        SGGeodesy.cxx
 
 INCLUDES = -I$(top_srcdir)