]> git.mxchange.org Git - simgear.git/blobdiff - simgear/math/Makefile.am
fix SGPagedLOD change for 2.8.3
[simgear.git] / simgear / math / Makefile.am
index e82e15f11cdece8a981a58149bcd620179b10876..4418aebfdbe74db47ecab43fbd63d53aeb4e5995 100644 (file)
@@ -10,7 +10,7 @@ SGMathTest_LDADD = \
        $(top_builddir)/simgear/debug/libsgdebug.a \
        $(top_builddir)/simgear/structure/libsgstructure.a \
        $(base_LIBS)
-       
+
 SGGeometryTest_SOURCES = SGGeometryTest.cxx
 
 SGGeometryTest_LDADD = \
@@ -18,7 +18,7 @@ SGGeometryTest_LDADD = \
        $(top_builddir)/simgear/debug/libsgdebug.a \
        $(top_builddir)/simgear/structure/libsgstructure.a \
        $(base_LIBS)
-       
+
 lib_LIBRARIES = libsgmath.a
 
 include_HEADERS = \
@@ -50,13 +50,15 @@ include_HEADERS = \
        SGVec2.hxx \
        SGVec3.hxx \
        SGVec4.hxx \
-       beziercurve.hxx
+       beziercurve.hxx \
+       project.hxx
 
 libsgmath_a_SOURCES = \
        interpolater.cxx \
        leastsqs.cxx \
        sg_random.c \
        SGGeod.cxx \
-       SGGeodesy.cxx
+       SGGeodesy.cxx \
+       project.cxx
 
 INCLUDES = -I$(top_srcdir)