summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2011-10-15 13:06:36 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2011-10-15 13:06:36 +0000
commitf39e15006526beaf6924c16934916c5ed22b0a7b (patch)
treef4172a5f109b3e9033eaa4e75339a2d981446be5 /test/Makefile
parent40f9143f7e7004d63e917664947102861fa7376f (diff)
downloadnetsurf-f39e15006526beaf6924c16934916c5ed22b0a7b.tar.gz
netsurf-f39e15006526beaf6924c16934916c5ed22b0a7b.tar.bz2
Stub messages_get, instead
svn path=/trunk/netsurf/; revision=13057
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 11796d06c..15fb16314 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -21,7 +21,7 @@ urldbtest_SRCS := content/urldb.c utils/url.c utils/utils.c utils/log.c \
urldbtest_CFLAGS := -O2
urldbtest_LDFLAGS :=
-nsurl_SRCS := utils/hashtable.c utils/log.c utils/messages.c utils/nsurl.c utils/utils.c test/nsurl.c
+nsurl_SRCS := utils/log.c utils/nsurl.c utils/utils.c test/nsurl.c
nsurl_CFLAGS := $(shell pkg-config --cflags libwapcaplet)
nsurl_LDFLAGS := $(shell pkg-config --libs libwapcaplet)