Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/5c20642b7ef5736bf9dc6...
...commit
http://git.netsurf-browser.org/netsurf.git/commit/5c20642b7ef5736bf9dc6fe...
...tree
http://git.netsurf-browser.org/netsurf.git/tree/5c20642b7ef5736bf9dc6fe57...
The branch, master has been updated
via 5c20642b7ef5736bf9dc6fe57a816fad3d8cd16d (commit)
from 9b04d79e60c590e5b3c1f2566c1db75824a8c572 (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=5c20642b7ef5736bf9d...
commit 5c20642b7ef5736bf9dc6fe57a816fad3d8cd16d
Author: Vincent Sanders <vince(a)kyllikki.org>
Commit: Vincent Sanders <vince(a)kyllikki.org>
make tests build again
diff --git a/test/Makefile b/test/Makefile
index 64c3f39..a5f023b 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -25,6 +25,8 @@ nsurl_SRCS := $(NSURL_SOURCES) utils/corestrings.c test/log.c
test/nsurl.c
urldbtest_SRCS := $(NSURL_SOURCES) \
utils/bloom.c utils/nsoption.c utils/corestrings.c utils/time.c \
utils/hashtable.c utils/messages.c utils/utils.c \
+ utils/http/primitives.c utils/http/generics.c \
+ utils/http/strict-transport-security.c \
content/urldb.c \
test/log.c test/urldbtest.c
-----------------------------------------------------------------------
Summary of changes:
test/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/test/Makefile b/test/Makefile
index 64c3f39..a5f023b 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -25,6 +25,8 @@ nsurl_SRCS := $(NSURL_SOURCES) utils/corestrings.c test/log.c
test/nsurl.c
urldbtest_SRCS := $(NSURL_SOURCES) \
utils/bloom.c utils/nsoption.c utils/corestrings.c utils/time.c \
utils/hashtable.c utils/messages.c utils/utils.c \
+ utils/http/primitives.c utils/http/generics.c \
+ utils/http/strict-transport-security.c \
content/urldb.c \
test/log.c test/urldbtest.c
--
NetSurf Browser