summaryrefslogtreecommitdiff
path: root/src/core/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/Makefile')
-rw-r--r--src/core/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/core/Makefile b/src/core/Makefile
index ee9b377..3084012 100644
--- a/src/core/Makefile
+++ b/src/core/Makefile
@@ -22,8 +22,11 @@
CFLAGS += -I$(CURDIR)
# Objects
-OBJS = attr characterdata document document_type element implementation impllist \
- namednodemap node nodelist string text
+OBJS = attr cdatasection characterdata comment \
+ document document_type doc_fragment \
+ element entity_ref implementation impllist \
+ namednodemap node nodelist \
+ pi string text
.PHONY: clean debug distclean export release setup test