From 3680a278da394bace852e3eff4701789d6f29bf6 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Tue, 3 Mar 2009 15:36:11 +0000 Subject: Use pkg-config for hubbub cflags/libraries svn path=/trunk/dom/; revision=6681 --- bindings/hubbub/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'bindings/hubbub') diff --git a/bindings/hubbub/Makefile b/bindings/hubbub/Makefile index dd430c8..d98565a 100644 --- a/bindings/hubbub/Makefile +++ b/bindings/hubbub/Makefile @@ -19,9 +19,7 @@ # test Execute any test cases # Manipulate include paths -# TODO: fix hubbub include path finding -- needs hubbub to use pkgconfig -CFLAGS += -I$(CURDIR) \ - -I../../../hubbub/include +CFLAGS += -I$(CURDIR) `$(PKGCONFIG) --cflags libhubbub` # Release output RELEASE = ${TOP}/${COMPONENT}-libhubbub.a -- cgit v1.2.3