From b3af96982bcf05f4932a5292e9d9ff4ac487bb69 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 22 Sep 2007 17:45:37 +0000 Subject: Rename testcase utility library to libdomtest -- libdebug made no sense svn path=/trunk/dom/; revision=3571 --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile index d298648..f543602 100644 --- a/test/Makefile +++ b/test/Makefile @@ -23,7 +23,7 @@ CFLAGS += -I${TOP}/src/ -I${TOP}/bindings/xml/ -I$(CURDIR) LDFLAGS += `${PKGCONFIG} ${PKGCONFIGFLAGS} --libs libxml-2.0` # Libraries we link against -LIBS = -L./lib -ldebug -ldom-libxml-debug -ldom-debug +LIBS = -L./lib -ldomtest-debug -ldom-libxml-debug -ldom-debug # Release output RELEASE = -- cgit v1.2.3