From d64416774d94e0b500dad08bea1459d2f559f669 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 8 Apr 2013 17:50:55 +0100 Subject: Fix up for various core changes. --- test/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile index 83468e70b..e61e21f69 100644 --- a/test/Makefile +++ b/test/Makefile @@ -2,17 +2,17 @@ CFLAGS := -std=c99 -g -O0 -D_BSD_SOURCE -D_POSIX_C_SOURCE -I.. \ $(shell pkg-config --cflags libcurl) LDFLAGS := $(shell pkg-config --libs libcurl) -lz -llcache_CFLAGS := $(shell pkg-config --cflags libparserutils libwapcaplet) -llcache_LDFLAGS := $(shell pkg-config --libs libparserutils libwapcaplet) +llcache_CFLAGS := $(shell pkg-config --cflags libparserutils libwapcaplet libdom) -O2 +llcache_LDFLAGS := $(shell pkg-config --libs libparserutils libwapcaplet libdom) llcache_SRCS := content/fetch.c content/fetchers/curl.c \ content/fetchers/about.c content/fetchers/data.c \ content/fetchers/resource.c content/llcache.c \ content/urldb.c desktop/options.c desktop/version.c \ image/image_cache.c \ - utils/base64.c utils/hashtable.c utils/log.c utils/nsurl.c \ - utils/messages.c utils/url.c utils/useragent.c utils/utf8.c \ - utils/utils.c test/llcache.c + utils/base64.c utils/corestrings.c utils/hashtable.c \ + utils/log.c utils/nsurl.c utils/messages.c utils/url.c \ + utils/useragent.c utils/utils.c test/llcache.c urldbtest_SRCS := content/urldb.c utils/url.c utils/utils.c utils/log.c \ desktop/options.c utils/messages.c utils/hashtable.c \ -- cgit v1.2.3