summaryrefslogtreecommitdiff
path: root/src/core/Makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2010-12-05 23:52:56 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2010-12-05 23:52:56 +0000
commit6ab986acd57b516b5b9aff04ee09d57db02ed0b6 (patch)
tree4041bc41d72721a94dc573e5be3cb0f80988e004 /src/core/Makefile
parentcf7e104bab600e6c22c3bf8d1d6cbc138360038b (diff)
downloadlibdom-6ab986acd57b516b5b9aff04ee09d57db02ed0b6.tar.gz
libdom-6ab986acd57b516b5b9aff04ee09d57db02ed0b6.tar.bz2
Remove bootstrap infrastructure, and just make dom_implementation a stub.
We only support a single implementation, so all the registry and implementation list stuff is totally unnecesary and overcomplex svn path=/trunk/dom/; revision=11017
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 46cb48d..c9da9c1 100644
--- a/src/core/Makefile
+++ b/src/core/Makefile
@@ -2,7 +2,7 @@
DIR_SOURCES := \
string.c node.c \
attr.c characterdata.c element.c \
- implementation.c impllist.c \
+ implementation.c \
text.c typeinfo.c comment.c \
namednodemap.c nodelist.c \
cdatasection.c document_type.c entity_ref.c pi.c \