From 2326d3c503f5756280eabde3eaf52c1c1cdeceb6 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 9 May 2014 10:15:42 +0100 Subject: remove unecessary utils/url.h includes --- monkey/Makefile.target | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'monkey/Makefile.target') diff --git a/monkey/Makefile.target b/monkey/Makefile.target index 7c0f167d3..1b0ec163d 100644 --- a/monkey/Makefile.target +++ b/monkey/Makefile.target @@ -44,8 +44,7 @@ MONKEYCFLAGS := -std=c99 -Dmonkey -Dnsmonkey \ $(WARNFLAGS) -g \ $(shell $(PKG_CONFIG) --cflags glib-2.0) \ $(shell $(PKG_CONFIG) --cflags libdom libcurl) \ - $(shell $(PKG_CONFIG) --cflags openssl) \ - $(shell xml2-config --cflags) + $(shell $(PKG_CONFIG) --cflags openssl) MONKEYLDFLAGS := -lm $(shell $(PKG_CONFIG) --cflags --libs glib-2.0) -- cgit v1.2.3