summaryrefslogtreecommitdiff
path: root/src/core/Makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2007-07-11 02:23:16 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2007-07-11 02:23:16 +0000
commitf26a523d673da6eea3822d91ab2817737b05824b (patch)
tree54865872f758e87aa1b14047af41c7d2b877dcea /src/core/Makefile
parente91a37cdde6b0a4e19f835d13a3c290a88d6d688 (diff)
downloadlibdom-f26a523d673da6eea3822d91ab2817737b05824b.tar.gz
libdom-f26a523d673da6eea3822d91ab2817737b05824b.tar.bz2
Add Element.
Fix Attr's get_schema_type_info to have the right name. svn path=/trunk/dom/; revision=3400
Diffstat (limited to 'src/core/Makefile')
-rw-r--r--src/core/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/Makefile b/src/core/Makefile
index e30fd05..9d21bf7 100644
--- a/src/core/Makefile
+++ b/src/core/Makefile
@@ -22,7 +22,8 @@
CFLAGS += -I$(CURDIR)
# Objects
-OBJS = attr characterdata document namednodemap node nodelist string text
+OBJS = attr characterdata document element namednodemap node nodelist \
+ string text
.PHONY: clean debug distclean export release setup test