summaryrefslogtreecommitdiff
path: root/utils/Makefile
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2014-05-30 20:03:04 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2014-06-04 13:24:24 +0100
commitdb0856606a7f2da053a2a7ff2cee12b69d23cb52 (patch)
tree51512a989d90c43f4c50bf661f52c7be5acd28e3 /utils/Makefile
parent9d2d717e9ff7be2ee5d76f615db91750adbee9de (diff)
downloadnetsurf-db0856606a7f2da053a2a7ff2cee12b69d23cb52.tar.gz
netsurf-db0856606a7f2da053a2a7ff2cee12b69d23cb52.tar.bz2
IDNA2008 support.
Diffstat (limited to 'utils/Makefile')
-rw-r--r--utils/Makefile3
1 files changed, 2 insertions, 1 deletions
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))