Module: Demos Branch: master Commit: c2fec8aad952a3733f1df8412541be28c3daa9b9 URL: http://cgit.freedesktop.org/mesa/demos/commit/?id=c2fec8aad952a3733f1df8412541be28c3daa9b9
Author: Jon TURNEY <[email protected]> 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 <[email protected]> --- 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 \ _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
