]> git.mxchange.org Git - simgear.git/blobdiff - simgear/math/Makefile.am
Adjust the fog punch through effect for oursun
[simgear.git] / simgear / math / Makefile.am
index c319213c0da6fdbac49128f3251f74d24745a5b3..36747b2d883b03d57250d12a94e92f3d26b2f000 100644 (file)
@@ -12,7 +12,8 @@ include_HEADERS = \
        sg_memory.h \
        sg_random.h \
        sg_types.hxx \
-       vector.hxx
+       vector.hxx \
+       fastmath.hxx
 
 EXTRA_DIST = linintp2.h linintp2.inl sphrintp.h sphrintp.inl
 
@@ -22,6 +23,7 @@ libsgmath_a_SOURCES = \
        polar3d.cxx \
        sg_geodesy.cxx \
        sg_random.c \
-       vector.cxx
+       vector.cxx \
+       fastmath.cxx
 
 INCLUDES = -I$(top_srcdir)