summaryrefslogtreecommitdiff
path: root/test/Makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2007-09-22 17:45:37 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2007-09-22 17:45:37 +0000
commit6b471d573f09a51867c4c415f6b8f9b16d937ffb (patch)
tree928e8cd107286bced0fc38fe6e89acf49699d97a /test/Makefile
parent6837c5789f492460f610a4ce074606eac5268a98 (diff)
downloadlibdom-6b471d573f09a51867c4c415f6b8f9b16d937ffb.tar.gz
libdom-6b471d573f09a51867c4c415f6b8f9b16d937ffb.tar.bz2
Rename testcase utility library to libdomtest -- libdebug made no sense
svn path=/trunk/dom/; revision=3571
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
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 =