[Mesa-dev] [PATCH mesa-demos] Fix texwrap removal

Jon TURNEY jon.turney at dronecode.org.uk
Thu Mar 3 12:25:46 PST 2011


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 \
-- 
1.7.4



More information about the mesa-dev mailing list