From ed4275b2d7031df17d7658680c357278f1533d8b Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 20 Jul 2007 00:41:26 +0000 Subject: Fix RISC OS build svn path=/trunk/dom/; revision=3446 --- bindings/xml/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bindings') diff --git a/bindings/xml/Makefile b/bindings/xml/Makefile index e1239ec..53a76f9 100644 --- a/bindings/xml/Makefile +++ b/bindings/xml/Makefile @@ -19,7 +19,9 @@ # test Execute any test cases # Manipulate include paths -CFLAGS += -I$(CURDIR) `pkg-config --cflags libxml-2.0` -D_POSIX_C_SOURCE +CFLAGS += -I$(CURDIR) \ + `${PKGCONFIG} ${PKGCONFIGFLAGS} --cflags libxml-2.0` \ + -D_POSIX_C_SOURCE # Objects OBJS = xmlbinding xmlparser -- cgit v1.2.3