summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/test/Makefile b/test/Makefile
index babde6e65..6e1c2d3f0 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -2,18 +2,19 @@ CFLAGS := -std=c99 -g -O0 -D_BSD_SOURCE -D_POSIX_C_SOURCE -I.. \
`pkg-config --cflags libxml-2.0 libcurl`
LDFLAGS := `pkg-config --libs libxml-2.0 libcurl`
-llcache_CFLAGS := `pkg-config --cflags libparserutils`
-llcache_LDFLAGS := `pkg-config --libs libparserutils`
+llcache_CFLAGS := `pkg-config --cflags libparserutils libwapcaplet`
+llcache_LDFLAGS := `pkg-config --libs libparserutils libwapcaplet`
llcache_SRCS := content/fetch.c content/fetchers/fetch_curl.c \
content/fetchers/fetch_data.c content/llcache.c \
content/urldb.c desktop/options.c desktop/version.c \
- utils/base64.c utils/hashtable.c utils/messages.c \
- utils/url.c utils/useragent.c utils/utf8.c utils/utils.c \
- test/llcache.c
+ utils/base64.c utils/hashtable.c utils/log.c \
+ utils/messages.c utils/url.c utils/useragent.c utils/utf8.c \
+ utils/utils.c test/llcache.c
-urldbtest_SRCS := content/urldb.c utils/url.c utils/utils.c utils/messages.c \
- utils/hashtable.c utils/filename.c test/urldbtest.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
urldbtest_CFLAGS := -O2
urldbtest_LDFLAGS :=