summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-03-03 15:36:11 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-03-03 15:36:11 +0000
commit3680a278da394bace852e3eff4701789d6f29bf6 (patch)
tree5424c774cf22149fb1d59394b35eab07d5389884 /test/Makefile
parentd0335b1e40040044219730673d30a0bfe0d05c17 (diff)
downloadlibdom-3680a278da394bace852e3eff4701789d6f29bf6.tar.gz
libdom-3680a278da394bace852e3eff4701789d6f29bf6.tar.bz2
Use pkg-config for hubbub cflags/libraries
svn path=/trunk/dom/; revision=6681
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/Makefile b/test/Makefile
index f5f7233..0fb57d9 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -21,9 +21,7 @@
# Extend toolchain settings
CFLAGS += -I${TOP}/src/ -I${TOP}/bindings/xml/ -I${TOP}/bindings/hubbub/ \
-I$(CURDIR)
-# TODO: fix hubbub library usage -- needs hubbub to use pkgconfig
-LDFLAGS += `${PKGCONFIG} ${PKGCONFIGFLAGS} --libs libxml-2.0` \
- -L${TOP}/../hubbub/ -lhubbub
+LDFLAGS += `${PKGCONFIG} ${PKGCONFIGFLAGS} --libs libxml-2.0 libhubbub`
# Libraries we link against
LIBS = -L./lib -ldomtest-debug -ldom-libxml-debug \