From 97759f62afba6a53eeb3d7d338816c3833015994 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 14 Nov 2014 13:46:08 +0000 Subject: USe the externally built conveniance utf8proc library --- utils/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/Makefile') diff --git a/utils/Makefile b/utils/Makefile index b1a6df4fc..d6a6c646e 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -3,6 +3,6 @@ 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 idna.c \ - punycode.c utf8proc.c + punycode.c S_UTILS := $(addprefix utils/,$(S_UTILS)) -- cgit v1.2.3