summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-05-30 11:53:20 +0100
committerVincent Sanders <vince@kyllikki.org>2016-05-30 11:53:20 +0100
commita996bee9facdce826c5fc3a819dd0ce362d80e95 (patch)
tree2d3ab940c1a8703021536f1318c2aeb00e75ea70 /test/Makefile
parentc041393e66b4a75cfc1165e184be77cc974a63cb (diff)
downloadnetsurf-a996bee9facdce826c5fc3a819dd0ce362d80e95.tar.gz
netsurf-a996bee9facdce826c5fc3a819dd0ce362d80e95.tar.bz2
fix test include path to account for public API headers
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 95e713259..66b8aa78e 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 -Ifrontends -I. -I.. \
+ -Itest -Iinclude -Ifrontends -I. -I.. \
-Dnsgtk \
$(shell pkg-config --cflags libcurl libparserutils libwapcaplet libdom libnsutils libutf8proc libidn) \
$(LIB_CFLAGS) \