From: curt Date: Tue, 8 Aug 2000 03:21:26 +0000 (+0000) Subject: Missed some files needed in make dist. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8c998659c678066568ab0e938db82de8e70a4766;p=simgear.git Missed some files needed in make dist. --- diff --git a/simgear/xml/Makefile.am b/simgear/xml/Makefile.am index f423ed6d..3b0f3db3 100644 --- a/simgear/xml/Makefile.am +++ b/simgear/xml/Makefile.am @@ -9,11 +9,17 @@ 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)