## Process this file with automake to produce Makefile.in

noinst_LTLIBRARIES = libexpat.la

## CFLAGS = -DXML_NS

libexpat_la_SOURCES =	xmltok.c	\
			xmlrole.c       \
			xmlfile.c	\
			codepage.c	\
			xmlparse.c	\
			hashtable.c	\
			unixfilemap.c
			
noinst_HEADERS =	asciitab.h	\
			codepage.h	\
			filemap.h	\
			hashtable.h	\
			iasciitab.h	\
			latin1tab.h	\
			nametab.h	\
			utf8tab.h	\
			xmldef.h	\
			xmlfile.h	\
			xmlparse.h	\
			xmlrole.h	\
			xmltchar.h	\
			xmltok.h	\
			xmltok_impl.c	\
			xmltok_impl.h	\
			xmltok_ns.c

EXTRA_DIST	= 	expat.html


syntax highlighted by Code2HTML, v. 0.9.1