]> git.mxchange.org Git - simgear.git/blobdiff - simgear/xml/Makefile.am
Don't bother other develoers with problems caused by MipsPro (version < 7.3) compilers
[simgear.git] / simgear / xml / Makefile.am
index 613ef5451a5525114147339c3ab162933d15d370..cf449e5f4bd9d1868a71ca948202d560fb4eda2d 100644 (file)
@@ -1,8 +1,4 @@
-if HAVE_ZLIB
-ZLIB_INCL =
-else
-XLIB_INCL = -I$(top_srcdir)/src/zlib
-endif
+includedir = @includedir@/xml
 
 lib_LIBRARIES = libsgxml.a
 
@@ -22,4 +18,4 @@ libsgxml_a_SOURCES = \
        xmltok.h xmltok.c \
        xmltok_impl.h
 
-INCLUDES += -I$(top_srcdir) $(ZLIB_INCL)
+INCLUDES = -I$(top_srcdir)