summaryrefslogtreecommitdiff
path: root/bindings/xml/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/xml/Makefile')
-rw-r--r--bindings/xml/Makefile4
1 files changed, 3 insertions, 1 deletions
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