From 120798b933695ccca28fac8c74a9f539aee349a3 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Fri, 5 Oct 2012 19:30:13 +0100 Subject: Fix urldbtest. --- test/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test') diff --git a/test/Makefile b/test/Makefile index 44469de67..43b45dda2 100644 --- a/test/Makefile +++ b/test/Makefile @@ -15,11 +15,11 @@ llcache_SRCS := content/fetch.c content/fetchers/curl.c \ utils/utils.c test/llcache.c urldbtest_SRCS := content/urldb.c utils/url.c utils/utils.c utils/log.c \ - utils/messages.c utils/hashtable.c utils/filename.c \ - test/urldbtest.c + desktop/options.c utils/messages.c utils/hashtable.c \ + utils/filename.c test/urldbtest.c -urldbtest_CFLAGS := -O2 -urldbtest_LDFLAGS := +urldbtest_CFLAGS := $(shell pkg-config --cflags libwapcaplet) -O2 +urldbtest_LDFLAGS := $(shell pkg-config --libs libwapcaplet) nsurl_SRCS := utils/log.c utils/nsurl.c test/nsurl.c nsurl_CFLAGS := $(shell pkg-config --cflags libwapcaplet) -- cgit v1.2.3