X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fxml%2FMakefile.am;h=274f97ecbfb3ae560bca38a4594997d4019d958b;hb=b9a34b1b05ce9cab1b4b67816d7d24bd2bc364b7;hp=035d4e7bb660fc098ea12092bd80d7b19270815e;hpb=c6aa8bc8e92e76f3819027d247a608377dd5f707;p=simgear.git diff --git a/simgear/xml/Makefile.am b/simgear/xml/Makefile.am index 035d4e7b..274f97ec 100644 --- a/simgear/xml/Makefile.am +++ b/simgear/xml/Makefile.am @@ -1,11 +1,5 @@ includedir = @includedir@/xml -if HAVE_ZLIB -ZLIB_INCL = -else -XLIB_INCL = -I$(top_srcdir)/src/zlib -endif - lib_LIBRARIES = libsgxml.a include_HEADERS = \ @@ -15,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 \ @@ -24,4 +18,4 @@ libsgxml_a_SOURCES = \ xmltok.h xmltok.c \ xmltok_impl.h -INCLUDES += -I$(top_srcdir) $(ZLIB_INCL) +INCLUDES = -I$(top_srcdir)