X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fxml%2FMakefile.am;h=274f97ecbfb3ae560bca38a4594997d4019d958b;hb=0c55a4d7bbdd71d162312efc56d57f9273b1c83c;hp=613ef5451a5525114147339c3ab162933d15d370;hpb=f1c00cdd18303693f1ecd3387eccf4c7c7ac9c44;p=simgear.git diff --git a/simgear/xml/Makefile.am b/simgear/xml/Makefile.am index 613ef545..274f97ec 100644 --- a/simgear/xml/Makefile.am +++ b/simgear/xml/Makefile.am @@ -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 @@ -13,7 +9,7 @@ noinst_HEADERS = \ xmltok_impl.c xmltok_ns.c libsgxml_a_SOURCES = \ - asciitab.h \ + asciitab.h \ easyxml.cxx \ hashtable.h hashtable.c \ iasciitab.h latin1tab.h nametab.h utf8tab.h xmldef.h \ @@ -22,4 +18,4 @@ libsgxml_a_SOURCES = \ xmltok.h xmltok.c \ xmltok_impl.h -INCLUDES += -I$(top_srcdir) $(ZLIB_INCL) +INCLUDES = -I$(top_srcdir)