]> 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 0691d537f84ba8d971e3df652f8dda51d0bc7715..ee556730db2f4294f09f54aed4a381a15468e990 100644 (file)
@@ -1,9 +1,9 @@
-## Process this file with automake to produce Makefile.in
+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,8 +23,4 @@ libsgmisc_a_SOURCES = \
        texcoord.cxx \
        zfstream.cxx
 
-INCLUDES += \
-       -I$(top_builddir) \
-       -I$(top_builddir)/bucket \
-       -I$(top_builddir)/math \
-       $(ZLIB_INCL)
+INCLUDES += -I$(top_builddir) $(ZLIB_INCL)