mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-18 10:13:24 +03:00
fix test include path to account for public API headers
This commit is contained in:
parent
c041393e66
commit
a996bee9fa
@ -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) \
|
||||
|
Loading…
Reference in New Issue
Block a user