summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-04-08 17:50:55 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2013-04-08 17:50:55 +0100
commitd64416774d94e0b500dad08bea1459d2f559f669 (patch)
tree98bc95f2aeaac51cf4b4ee24f6b5c4edf4afa5b2 /test/Makefile
parent0d7d76a6f3e93646c438265fe80afacb54b75cfc (diff)
downloadnetsurf-d64416774d94e0b500dad08bea1459d2f559f669.tar.gz
netsurf-d64416774d94e0b500dad08bea1459d2f559f669.tar.bz2
Fix up for various core changes.
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile10
1 files changed, 5 insertions, 5 deletions
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 \