From db0856606a7f2da053a2a7ff2cee12b69d23cb52 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Fri, 30 May 2014 20:03:04 +0100 Subject: IDNA2008 support. --- utils/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'utils/Makefile') diff --git a/utils/Makefile b/utils/Makefile index c808b91ba..b1a6df4fc 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -2,6 +2,7 @@ S_UTILS := base64.c corestrings.c filename.c filepath.c hashtable.c \ libdom.c locale.c log.c messages.c nsurl.c talloc.c url.c \ - utf8.c utils.c useragent.c bloom.c nsoption.c file.c + utf8.c utils.c useragent.c bloom.c nsoption.c file.c idna.c \ + punycode.c utf8proc.c S_UTILS := $(addprefix utils/,$(S_UTILS)) -- cgit v1.2.3