summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-05-20 15:58:58 +0100
committerVincent Sanders <vince@kyllikki.org>2016-05-21 12:17:54 +0100
commit51f8e7c6a4d613ea15508f179a3b80f57deade59 (patch)
tree81d786a186e753ebd4d07aaeadc5e08d94aaefc2
parent5061687867ee9ae90b23469d7d6ac7f4c9c8424c (diff)
downloadnetsurf-51f8e7c6a4d613ea15508f179a3b80f57deade59.tar.gz
netsurf-51f8e7c6a4d613ea15508f179a3b80f57deade59.tar.bz2
fix test target
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index ca6d692be..95e713259 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -80,7 +80,7 @@ TESTCFLAGS := -std=c99 -g -Wall \
-D_BSD_SOURCE \
-D_POSIX_C_SOURCE=200809L \
-D_XOPEN_SOURCE=600 \
- -Itest -I. -I.. \
+ -Itest -Ifrontends -I. -I.. \
-Dnsgtk \
$(shell pkg-config --cflags libcurl libparserutils libwapcaplet libdom libnsutils libutf8proc libidn) \
$(LIB_CFLAGS) \