X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fxml%2FMakefile.am;h=274f97ecbfb3ae560bca38a4594997d4019d958b;hb=b9a34b1b05ce9cab1b4b67816d7d24bd2bc364b7;hp=f423ed6d09d6a7ed76507de06d58438668144951;hpb=60cbe9c1d4e9b4fb56008964eb1a4634046fd2a7;p=simgear.git diff --git a/simgear/xml/Makefile.am b/simgear/xml/Makefile.am index f423ed6d..274f97ec 100644 --- a/simgear/xml/Makefile.am +++ b/simgear/xml/Makefile.am @@ -1,19 +1,21 @@ -if HAVE_ZLIB -ZLIB_INCL = -else -XLIB_INCL = -I$(top_builddir)/src/zlib -endif +includedir = @includedir@/xml lib_LIBRARIES = libsgxml.a include_HEADERS = \ easyxml.hxx +noinst_HEADERS = \ + xmltok_impl.c xmltok_ns.c + libsgxml_a_SOURCES = \ - hashtable.c \ - xmlparse.c \ - xmlrole.c \ - xmltok.c \ - easyxml.cxx + asciitab.h \ + easyxml.cxx \ + hashtable.h hashtable.c \ + iasciitab.h latin1tab.h nametab.h utf8tab.h xmldef.h \ + xmlparse.h xmlparse.c \ + xmlrole.h xmlrole.c \ + xmltok.h xmltok.c \ + xmltok_impl.h -INCLUDES += -I$(top_builddir) $(ZLIB_INCL) +INCLUDES = -I$(top_srcdir)