summaryrefslogtreecommitdiff
path: root/src/core/Makefile
blob: 5d9c969cd2350f7b222341cff012d1c6f0879de3 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Sources
DIR_SOURCES := \
	string.c node.c \
	attr.c characterdata.c element.c \
	implementation.c \
	text.c typeinfo.c comment.c \
	namednodemap.c nodelist.c \
	cdatasection.c document_type.c entity_ref.c pi.c \
	doc_fragment.c document.c tokenlist.c

include $(NSBUILD)/Makefile.subdir