From f933d7066156f865af85f186e68c4ba50b1fce5b Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 15 Oct 2011 13:12:34 +0000 Subject: Remove unnecessary stub functions svn path=/trunk/netsurf/; revision=13060 --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile index 15fb16314..44469de67 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/log.c utils/nsurl.c utils/utils.c test/nsurl.c +nsurl_SRCS := utils/log.c utils/nsurl.c test/nsurl.c nsurl_CFLAGS := $(shell pkg-config --cflags libwapcaplet) nsurl_LDFLAGS := $(shell pkg-config --libs libwapcaplet) -- cgit v1.2.3