summaryrefslogtreecommitdiff
path: root/src/core/Makefile
blob: 46cb48d5722d144fd038c728c72d6225225915a8 (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 impllist.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 

include build/makefiles/Makefile.subdir