From e8372de90d5741693d686d2285b263bcc29fcff7 Mon Sep 17 00:00:00 2001 From: Richard Schwarting Date: Thu, 16 Jun 2011 17:21:55 -0400 Subject: [PATCH] * change the binary name to gxml_test --- test/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/Makefile b/test/Makefile index 9795c1fe..223f3046 100644 --- a/test/Makefile +++ b/test/Makefile @@ -7,11 +7,11 @@ LOPTS= `pkg-config --libs glib-2.0 --libs gobject-2.0 --libs libxml-2.0 --libs g debug: valac --disable-warnings ${OPTS} ${PKGS} ${DBG} *.vala - gcc -o gdom_test -g ${LOPTS} *.o ../gdom/*.o + gcc -o gxml_test -g ${LOPTS} *.o ../gdom/*.o all: valac ${OPTS} ${PKGS} *.vala - gcc -o gdom_test ${LOPTS} *.o ../gdom/*.o + gcc -o gxml_test ${LOPTS} *.o ../gdom/*.o clean: - rm *~ \#*\# *.c *.o gdom_test || true + rm *~ \#*\# *.c *.o gxml_test || true -- GitLab