From 617d655c7bbcccd5168514c9d29e5b329eec63d4 Mon Sep 17 00:00:00 2001 From: John-Mark Bell Date: Sat, 10 Nov 2012 00:09:11 +0000 Subject: Remove libxml --- test/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile index 759d5f9c8..83468e70b 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,6 +1,6 @@ CFLAGS := -std=c99 -g -O0 -D_BSD_SOURCE -D_POSIX_C_SOURCE -I.. \ - $(shell pkg-config --cflags libxml-2.0 libcurl) -LDFLAGS := $(shell pkg-config --libs libxml-2.0 libcurl) -lz + $(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) -- cgit v1.2.3