summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-06-09 18:05:36 +0100
committerVincent Sanders <vince@kyllikki.org>2014-06-09 18:05:36 +0100
commit4488c8a2e40f27d25e675429ba3ea89b367d5144 (patch)
treee0a13bd92cdd1be1d33a812831c5f6954afc7ec5 /test/Makefile
parent8e29e517d59f0d04dd2d09c6b8760aa1236a1abf (diff)
downloadnetsurf-4488c8a2e40f27d25e675429ba3ea89b367d5144.tar.gz
netsurf-4488c8a2e40f27d25e675429ba3ea89b367d5144.tar.bz2
fallback to old url creation behaviour if the IDNA host parse fails
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index acf9d4e65..cf0f89724 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -22,7 +22,7 @@ urldbtest_SRCS := content/urldb.c utils/url.c utils/utils.c utils/log.c \
urldbtest_CFLAGS := $(shell pkg-config --cflags libwapcaplet libdom) -O2
urldbtest_LDFLAGS := $(shell pkg-config --libs libwapcaplet libdom)
-nsurl_SRCS := utils/corestrings.c utils/log.c utils/nsurl.c test/nsurl.c
+nsurl_SRCS := utils/corestrings.c utils/log.c utils/nsurl.c utils/idna.c utils/utf8proc.c test/nsurl.c
nsurl_CFLAGS := $(shell pkg-config --cflags libwapcaplet libdom)
nsurl_LDFLAGS := $(shell pkg-config --libs libwapcaplet libdom)