]> git.mxchange.org Git - simgear.git/blobdiff - simgear/math/Makefile.am
Clean up a class renaming mistake.
[simgear.git] / simgear / math / Makefile.am
index 794664d84133886508944d1d1dc6bb9eedac580e..c319213c0da6fdbac49128f3251f74d24745a5b3 100644 (file)
@@ -1,11 +1,5 @@
 includedir = @includedir@/math
 
-if HAVE_ZLIB
-ZLIB_INCL =
-else
-ZLIB_INCL = -I$(top_srcdir)/src/zlib
-endif
-
 lib_LIBRARIES = libsgmath.a
 
 include_HEADERS = \
@@ -30,8 +24,4 @@ libsgmath_a_SOURCES = \
        sg_random.c \
        vector.cxx
 
-if OLD_AUTOMAKE
-INCLUDES += -I$(top_srcdir) $(ZLIB_INCL)
-else
-INCLUDES = -I$(top_srcdir) $(ZLIB_INCL)
-endif
+INCLUDES = -I$(top_srcdir)