From ff835de85e45a77c810d0f8dc7916ff0be677545 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 24 Jun 2007 10:31:23 +0000 Subject: Add UTF-16 input stream. This appears to work correctly -- could probably do with more testing. svn path=/trunk/hubbub/; revision=3362 --- 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 59b5512..53341cf 100644 --- a/src/utils/Makefile +++ b/src/utils/Makefile @@ -22,7 +22,7 @@ CFLAGS += -I$(CURDIR) # Objects -OBJS = dict errors utf8 +OBJS = dict errors utf8 utf16 .PHONY: clean debug distclean export release setup test -- cgit v1.2.3