summaryrefslogtreecommitdiff
path: root/src/core/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/Makefile')
-rw-r--r--src/core/Makefile13
1 files changed, 8 insertions, 5 deletions
diff --git a/src/core/Makefile b/src/core/Makefile
index 9abadad..46cb48d 100644
--- a/src/core/Makefile
+++ b/src/core/Makefile
@@ -1,8 +1,11 @@
# Sources
-DIR_SOURCES := attr.c cdatasection.c characterdata.c comment.c \
- document.c document_type.c doc_fragment.c \
- element.c entity_ref.c implementation.c impllist.c \
- namednodemap.c node.c nodelist.c \
- pi.c string.c text.c
+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