summaryrefslogtreecommitdiff
path: root/utils/Makefile
diff options
context:
space:
mode:
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))