summaryrefslogtreecommitdiff
path: root/utils/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-11-14 13:46:08 +0000
committerVincent Sanders <vince@kyllikki.org>2014-11-14 13:46:08 +0000
commit97759f62afba6a53eeb3d7d338816c3833015994 (patch)
tree0df2fca80adbb39bd6572329b5f62acdbe870a2a /utils/Makefile
parent564944c244008f256583efb97d52a7f4aa333d0a (diff)
downloadnetsurf-97759f62afba6a53eeb3d7d338816c3833015994.tar.gz
netsurf-97759f62afba6a53eeb3d7d338816c3833015994.tar.bz2
USe the externally built conveniance utf8proc library
Diffstat (limited to 'utils/Makefile')
-rw-r--r--utils/Makefile2
1 files changed, 1 insertions, 1 deletions
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))