summaryrefslogtreecommitdiff
path: root/bindings/xml/Makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-04-17 00:47:34 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-04-17 00:47:34 +0000
commit3accba40db78dcd79d287a116b37c97889f9fc5b (patch)
tree351909d27f44a81a29e18652509997a5464740be /bindings/xml/Makefile
parent4452251dc144e2126a34981c7daa61cd8157a496 (diff)
downloadlibdom-3accba40db78dcd79d287a116b37c97889f9fc5b.tar.gz
libdom-3accba40db78dcd79d287a116b37c97889f9fc5b.tar.bz2
More best guesses.
svn path=/trunk/dom/; revision=7114
Diffstat (limited to 'bindings/xml/Makefile')
-rw-r--r--bindings/xml/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/bindings/xml/Makefile b/bindings/xml/Makefile
index 16d42f3..6fc3c83 100644
--- a/bindings/xml/Makefile
+++ b/bindings/xml/Makefile
@@ -8,6 +8,7 @@ ifeq ($(WITH_LIBXML_BINDING),yes)
CFLAGS := $(CFLAGS) $(shell $(PKGCONFIG) libxml-2.0 --cflags)
LDFLAGS := $(LDFLAGS) $(shell $(PKGCONFIG) libxml-2.0 --libs)
else
+ CFLAGS := $(CFLAGS) -I$(PREFIX)/include/libxml2
LDFLAGS := $(LDFLAGS) -lxml2
endif