summaryrefslogtreecommitdiff
path: root/src/core/Makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2007-07-10 23:25:18 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2007-07-10 23:25:18 +0000
commit8c37c8567d24d94636cff13bab4eebd9ae690ca2 (patch)
treeb4c493587d97605e69be27b7cd7850ef3bb2a3ac /src/core/Makefile
parentacfc9fd1b44f7b72ba66705daf34914940509793 (diff)
downloadlibdom-8c37c8567d24d94636cff13bab4eebd9ae690ca2.tar.gz
libdom-8c37c8567d24d94636cff13bab4eebd9ae690ca2.tar.bz2
Add NamedNodeMap.
Minor fix for NodeList unref function; ensure it unrefs the owner document after it has finished using it. svn path=/trunk/dom/; revision=3395
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 3245df3..cede355 100644
--- a/src/core/Makefile
+++ b/src/core/Makefile
@@ -22,7 +22,7 @@
CFLAGS += -I$(CURDIR)
# Objects
-OBJS = attr document node nodelist string
+OBJS = attr document namednodemap node nodelist string
.PHONY: clean debug distclean export release setup test