]> git.mxchange.org Git - simgear.git/blobdiff - simgear/misc/Makefile.am
Math/bucket/tiling updates contributed by Norman Vine.
[simgear.git] / simgear / misc / Makefile.am
index 26112ff700f9bc21b1227aec579c616c026859f1..ee556730db2f4294f09f54aed4a381a15468e990 100644 (file)
@@ -3,7 +3,7 @@ includedir = @includedir@/misc
 if HAVE_ZLIB
 ZLIB_INCL =
 else
-ZLIB_INCL = -I$(top_builddir)/zlib
+ZLIB_INCL = -I$(top_builddir)/src/zlib
 endif
 
 lib_LIBRARIES = libsgmisc.a
@@ -23,4 +23,4 @@ libsgmisc_a_SOURCES = \
        texcoord.cxx \
        zfstream.cxx
 
-INCLUDES += -I$(top_builddir)/src
+INCLUDES += -I$(top_builddir) $(ZLIB_INCL)