From 1245c3845c35a5507782a7bb77884985557f5b68 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 17 Apr 2009 00:47:34 +0000 Subject: More best guesses. svn path=/trunk/dom/; revision=7114 --- bindings/hubbub/Makefile | 2 ++ bindings/xml/Makefile | 1 + 2 files changed, 3 insertions(+) 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 -- cgit v1.2.3