summaryrefslogtreecommitdiff
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
commit1245c3845c35a5507782a7bb77884985557f5b68 (patch)
tree351909d27f44a81a29e18652509997a5464740be
parent51f2aced36cc154b1c6968008e69ab9961407a38 (diff)
downloadlibdom-1245c3845c35a5507782a7bb77884985557f5b68.tar.gz
libdom-1245c3845c35a5507782a7bb77884985557f5b68.tar.bz2
More best guesses.
svn path=/trunk/dom/; revision=7114
-rw-r--r--bindings/hubbub/Makefile2
-rw-r--r--bindings/xml/Makefile1
2 files changed, 3 insertions, 0 deletions
diff --git a/bindings/hubbub/Makefile b/bindings/hubbub/Makefile
index eef8ec6..20ced26 100644
--- a/bindings/hubbub/Makefile
+++ b/bindings/hubbub/Makefile
@@ -8,6 +8,8 @@ ifeq ($(WITH_HUBBUB_BINDING),yes)
CFLAGS := $(CFLAGS) $(shell $(PKGCONFIG) libhubbub-0 --cflags)
LDFLAGS := $(LDFLAGS) $(shell $(PKGCONFIG) libhubbub-0 --libs)
else
+ CFLAGS := $(CFLAGS) -I$(PREFIX)/include/hubbub0 \
+ -I$(PREFIX)/include/parserutils0
LDFLAGS := $(LDFLAGS) -lhubbub0 -lparserutils0
endif
endif
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