From be879ad526abb72423866f63d0c4ac93ed92f886 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 9 Jul 2015 08:00:08 +0100 Subject: add libidn to test pkgconfig --- test/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/Makefile b/test/Makefile index 351b758eb..57a40ae01 100644 --- a/test/Makefile +++ b/test/Makefile @@ -49,9 +49,9 @@ TESTCFLAGS := -std=c99 -g -Wall \ -D_XOPEN_SOURCE=600 \ -Itest -I. -I.. \ -Dnsgtk \ - $(shell pkg-config --cflags libcurl check libparserutils libwapcaplet libdom libnsutils libutf8proc) \ + $(shell pkg-config --cflags libcurl check libparserutils libwapcaplet libdom libnsutils libutf8proc libidn) \ $(COVCFLAGS) -TESTLDFLAGS := $(shell pkg-config --libs libcurl check libparserutils libwapcaplet libdom libnsutils libutf8proc) -lz \ +TESTLDFLAGS := $(shell pkg-config --libs libcurl check libparserutils libwapcaplet libdom libnsutils libutf8proc libidn) -lz \ $(COVLDFLAGS) -- cgit v1.2.3