Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/be879ad526abb72423866...
...commit
http://git.netsurf-browser.org/netsurf.git/commit/be879ad526abb72423866f6...
...tree
http://git.netsurf-browser.org/netsurf.git/tree/be879ad526abb72423866f63d...
The branch, master has been updated
via be879ad526abb72423866f63d0c4ac93ed92f886 (commit)
from cb3f267d4562c0a23ebf16b758e421d77c0dc51c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff
http://git.netsurf-browser.org/netsurf.git/commit/?id=be879ad526abb724238...
commit be879ad526abb72423866f63d0c4ac93ed92f886
Author: Vincent Sanders <vince(a)kyllikki.org>
Commit: Vincent Sanders <vince(a)kyllikki.org>
add libidn to test pkgconfig
diff --git a/test/Makefile b/test/Makefile
index 351b758..57a40ae 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)
-----------------------------------------------------------------------
Summary of changes:
test/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/test/Makefile b/test/Makefile
index 351b758..57a40ae 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)
--
NetSurf Browser