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
commitb3af96982bcf05f4932a5292e9d9ff4ac487bb69 (patch)
tree928e8cd107286bced0fc38fe6e89acf49699d97a /test/Makefile
parentf63956cb9bc113bdb7d9f9ffebe864856a4c5880 (diff)
downloadlibdom-b3af96982bcf05f4932a5292e9d9ff4ac487bb69.tar.gz
libdom-b3af96982bcf05f4932a5292e9d9ff4ac487bb69.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 =