summaryrefslogtreecommitdiff
path: root/src/core/Makefile
diff options
context:
space:
mode:
authorJames Shaw <jshaw@netsurf-browser.org>2007-07-16 21:12:55 +0000
committerJames Shaw <jshaw@netsurf-browser.org>2007-07-16 21:12:55 +0000
commitaae7860d4f93a1a4b1aaa50dc2e03a5ee71eb44d (patch)
treeb45aab04f3f419f9fc270fbf098d71c0106bd5fa /src/core/Makefile
parent258201cef238177df18dc096581201c89e4a5dd1 (diff)
downloadlibdom-aae7860d4f93a1a4b1aaa50dc2e03a5ee71eb44d.tar.gz
libdom-aae7860d4f93a1a4b1aaa50dc2e03a5ee71eb44d.tar.bz2
Stub implementation of of dom_document_type methods
svn path=/trunk/dom/; revision=3422
Diffstat (limited to 'src/core/Makefile')
-rw-r--r--src/core/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/Makefile b/src/core/Makefile
index bc25ed7..ee9b377 100644
--- a/src/core/Makefile
+++ b/src/core/Makefile
@@ -22,7 +22,7 @@
CFLAGS += -I$(CURDIR)
# Objects
-OBJS = attr characterdata document element implementation impllist \
+OBJS = attr characterdata document document_type element implementation impllist \
namednodemap node nodelist string text
.PHONY: clean debug distclean export release setup test