Demos (master): Fix texwrap removal

Marek Olšák mareko at kemper.freedesktop.org
Thu Mar 3 21:03:40 UTC 2011


Module: Demos
Branch: master
Commit: c2fec8aad952a3733f1df8412541be28c3daa9b9
URL:    http://cgit.freedesktop.org/mesa/demos/commit/?id=c2fec8aad952a3733f1df8412541be28c3daa9b9

Author: Jon TURNEY <jon.turney at dronecode.org.uk>
Date:   Thu Mar  3 20:25:46 2011 +0000

Fix texwrap removal

Commit 92b0a9425d0f1b32e5568a9efaadc5641c56d24a removes texwrap.c
but doesn't remove texwrap from the list of programs build by Makefile.am

Signed-off-by: Jon TURNEY <jon.turney at dronecode.org.uk>

---

 src/tests/Makefile.am |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/tests/Makefile.am b/src/tests/Makefile.am
index e650b62..c1301fc 100644
--- a/src/tests/Makefile.am
+++ b/src/tests/Makefile.am
@@ -143,7 +143,6 @@ noinst_PROGRAMS = \
 	texobj \
 	texobjshare \
 	texrect \
-	texwrap \
 	unfilledclip \
 	vparray \
 	vpeval \




More information about the mesa-commit mailing list