summaryrefslogtreecommitdiff
path: root/src/input/Makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2007-06-24 10:31:23 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2007-06-24 10:31:23 +0000
commitff835de85e45a77c810d0f8dc7916ff0be677545 (patch)
treece3a645348b52a492ec9d171b8f6f623a08c2530 /src/input/Makefile
parent86214cfb1e17624c3b0851a8a3cd6909c2623ce9 (diff)
downloadlibhubbub-ff835de85e45a77c810d0f8dc7916ff0be677545.tar.gz
libhubbub-ff835de85e45a77c810d0f8dc7916ff0be677545.tar.bz2
Add UTF-16 input stream.
This appears to work correctly -- could probably do with more testing. svn path=/trunk/hubbub/; revision=3362
Diffstat (limited to 'src/input/Makefile')
-rw-r--r--src/input/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/Makefile b/src/input/Makefile
index 8b06c63..06f8ee4 100644
--- a/src/input/Makefile
+++ b/src/input/Makefile
@@ -22,7 +22,7 @@
CFLAGS += -I$(CURDIR)
# Objects
-OBJS = filter inputstream utf8_stream
+OBJS = filter inputstream utf8_stream utf16_stream
.PHONY: clean debug distclean export release setup test