]> git.mxchange.org Git - simgear.git/commitdiff
Missed some files needed in make dist.
authorcurt <curt>
Tue, 8 Aug 2000 03:21:26 +0000 (03:21 +0000)
committercurt <curt>
Tue, 8 Aug 2000 03:21:26 +0000 (03:21 +0000)
simgear/xml/Makefile.am

index f423ed6d09d6a7ed76507de06d58438668144951..3b0f3db3c68c1f80d29a39e5f7d346b20ddf78d8 100644 (file)
@@ -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)