]> 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 5ad697040e89539496f14626b493fcf88c3b5ca4..36747b2d883b03d57250d12a94e92f3d26b2f000 100644 (file)
@@ -1,33 +1,29 @@
 includedir = @includedir@/math
 
-if HAVE_ZLIB
-ZLIB_INCL =
-else
-ZLIB_INCL = -I$(top_srcdir)/src/zlib
-endif
-
 lib_LIBRARIES = libsgmath.a
 
 include_HEADERS = \
-       fg_memory.h \
-       fg_random.h \
        interpolater.hxx \
        leastsqs.hxx \
        localconsts.hxx \
        point3d.hxx \
        polar3d.hxx \
        sg_geodesy.hxx \
+       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
 
 libsgmath_a_SOURCES = \
-       fg_random.c \
        interpolater.cxx \
        leastsqs.cxx \
        polar3d.cxx \
        sg_geodesy.cxx \
-       vector.cxx
+       sg_random.c \
+       vector.cxx \
+       fastmath.cxx
 
-INCLUDES += -I$(top_srcdir) $(ZLIB_INCL)
+INCLUDES = -I$(top_srcdir)