Missed some files needed in make dist.

This commit is contained in:
curt
2000-08-08 03:21:26 +00:00
parent 4e23b3dff5
commit 8c998659c6

View 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)