[Mesa-dev] [PATCH] mesa: Include glx tests Makefile.in in tarball

Jakob Bornecrantz jakob at vmware.com
Wed Jan 11 15:37:36 PST 2012


Fix suggested by Kenneth Graunke.

Signed-off-by: Jakob Bornecrantz <jakob at vmware.com>
---
 Makefile |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index 4a41948..1fa369a 100644
--- a/Makefile
+++ b/Makefile
@@ -191,6 +191,8 @@ PACKAGE_NAME = MesaLib-$(PACKAGE_VERSION)
 EXTRA_FILES = \
 	aclocal.m4					\
 	configure					\
+	tests/Makefile.in				\
+	tests/glx/Makefile.in				\
 	src/glsl/glsl_parser.cpp			\
 	src/glsl/glsl_parser.h				\
 	src/glsl/glsl_lexer.cpp				\
-- 
1.7.5.4



More information about the mesa-dev mailing list