From 3479055b4a609032a1775871cc685fd7dd33ab32 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Tue, 3 Mar 2009 18:08:01 +0000 Subject: Rationalise dom_string (some consideration is required as to what happens wrt interning -- lwc_strings should probably be used) Purge charset handling -- a) documents are always converted to utf-8 b) use parserutils for utf-8 handling Fix Hubbub binding to compile. svn path=/trunk/dom/; revision=6682 --- src/utils/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils/Makefile') diff --git a/src/utils/Makefile b/src/utils/Makefile index ac87ded..29369ae 100644 --- a/src/utils/Makefile +++ b/src/utils/Makefile @@ -22,7 +22,7 @@ CFLAGS += -I$(CURDIR) # Objects -OBJS = namespace utf8 utf16 +OBJS = namespace .PHONY: clean debug distclean export release setup test -- cgit v1.2.3