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 +- test/lib/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'test') 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 = diff --git a/test/lib/Makefile b/test/lib/Makefile index 22a06e9..c94c1ae 100644 --- a/test/lib/Makefile +++ b/test/lib/Makefile @@ -22,10 +22,10 @@ CFLAGS += -I$(TOP) -I$(CURDIR) # Release output -RELEASE = libdebug.a +RELEASE = libdomtest.a # Debug output -DEBUG = libdebug-debug.a +DEBUG = libdomtest-debug.a # Objects OBJS = list testassert testobject utils -- cgit v1.2.3