From: Matt Turner Date: Mon, 21 Jan 2013 18:07:49 +0000 (-0800) Subject: glsl: Distribute tests/, TODO, and README X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=69386ddfa62730e57fa57ab0699fcddcc9b81632;p=mesa.git glsl: Distribute tests/, TODO, and README --- diff --git a/src/glsl/Makefile.am b/src/glsl/Makefile.am index 0ccc81d752d..25b824ad1a1 100644 --- a/src/glsl/Makefile.am +++ b/src/glsl/Makefile.am @@ -30,6 +30,8 @@ AM_CPPFLAGS = \ AM_CFLAGS = $(VISIBILITY_CFLAGS) AM_CXXFLAGS = $(VISIBILITY_CXXFLAGS) +EXTRA_DIST = tests glcpp/tests README TODO + include Makefile.sources TESTS = glcpp/tests/glcpp-test \