summaryrefslogtreecommitdiff
path: root/src/core/Makefile
blob: 41fd51f30843b6fd4a8fa2663d1fa99df2e4558f (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 

include $(NSBUILD)/Makefile.subdir