]> 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 cb939c9f630c3f3d44b9b5560e3b185e3b3d6a1c..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,10 +23,7 @@ libsgmath_a_SOURCES = \
        polar3d.cxx \
        sg_geodesy.cxx \
        sg_random.c \
-       vector.cxx
+       vector.cxx \
+       fastmath.cxx
 
-if OLD_AUTOMAKE
-INCLUDES += -I$(top_srcdir)
-else
 INCLUDES = -I$(top_srcdir)
-endif