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 --- test/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'test/Makefile') 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 \ -- cgit v1.2.3