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