fix test target

This commit is contained in:
Vincent Sanders 2016-05-20 15:58:58 +01:00
parent 5061687867
commit 51f8e7c6a4

View File

@ -80,7 +80,7 @@ TESTCFLAGS := -std=c99 -g -Wall \
-D_BSD_SOURCE \ -D_BSD_SOURCE \
-D_POSIX_C_SOURCE=200809L \ -D_POSIX_C_SOURCE=200809L \
-D_XOPEN_SOURCE=600 \ -D_XOPEN_SOURCE=600 \
-Itest -I. -I.. \ -Itest -Ifrontends -I. -I.. \
-Dnsgtk \ -Dnsgtk \
$(shell pkg-config --cflags libcurl libparserutils libwapcaplet libdom libnsutils libutf8proc libidn) \ $(shell pkg-config --cflags libcurl libparserutils libwapcaplet libdom libnsutils libutf8proc libidn) \
$(LIB_CFLAGS) \ $(LIB_CFLAGS) \