]> git.mxchange.org Git - simgear.git/blobdiff - simgear/math/Makefile.am
Remove unneeded inclusions of windows.h, GL.h and GLU.H
[simgear.git] / simgear / math / Makefile.am
index d9124926b239be50d78760e948f86521e2cc72bf..9b79620a2db53013eccba810eddd6a7ebc3e22b9 100644 (file)
@@ -20,6 +20,7 @@ include_HEADERS = \
        sg_random.h \
        sg_types.hxx \
        vector.hxx \
+       Math.hxx \
        SGBox.hxx \
        SGCMath.hxx \
        SGGeoc.hxx \
@@ -48,6 +49,7 @@ libsgmath_a_SOURCES = \
        leastsqs.cxx \
        sg_random.c \
        vector.cxx \
+       SGGeod.cxx \
        SGGeodesy.cxx
 
 INCLUDES = -I$(top_srcdir)