From 43ac31dff0fb359f4be3f919aec70e8b632ac377 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Sun, 7 Dec 2014 14:12:33 -0800 Subject: [PATCH] mesa: Add notes/readme files to distribution. --- src/gallium/Makefile.am | 1 + src/gallium/auxiliary/Makefile.am | 2 ++ src/glsl/Makefile.am | 2 +- src/glx/apple/Makefile.am | 2 ++ src/mesa/Makefile.am | 3 +++ 5 files changed, 9 insertions(+), 1 deletion(-) diff --git a/src/gallium/Makefile.am b/src/gallium/Makefile.am index 6107ffe16ec..d9462cb116e 100644 --- a/src/gallium/Makefile.am +++ b/src/gallium/Makefile.am @@ -113,6 +113,7 @@ SUBDIRS += winsys/sw/wrapper EXTRA_DIST = \ docs \ + README.portability \ SConscript \ winsys/sw/android \ winsys/sw/gdi \ diff --git a/src/gallium/auxiliary/Makefile.am b/src/gallium/auxiliary/Makefile.am index 4085e510bd1..dda51004e2f 100644 --- a/src/gallium/auxiliary/Makefile.am +++ b/src/gallium/auxiliary/Makefile.am @@ -79,6 +79,8 @@ EXTRA_DIST = \ indices/u_unfilled_indices.c \ indices/u_indices_gen.py \ indices/u_unfilled_gen.py \ + postprocess/ADDING \ + rbug/README \ target-helpers \ util/u_format.csv \ util/u_format_pack.py \ diff --git a/src/glsl/Makefile.am b/src/glsl/Makefile.am index 7522f9f251a..565b5b670ed 100644 --- a/src/glsl/Makefile.am +++ b/src/glsl/Makefile.am @@ -30,7 +30,7 @@ AM_CPPFLAGS = \ AM_CFLAGS = $(VISIBILITY_CFLAGS) AM_CXXFLAGS = $(VISIBILITY_CXXFLAGS) -EXTRA_DIST = tests glcpp/tests README TODO \ +EXTRA_DIST = tests glcpp/tests README TODO glcpp/README \ glsl_lexer.ll \ glsl_parser.yy \ glcpp/glcpp-lex.l \ diff --git a/src/glx/apple/Makefile.am b/src/glx/apple/Makefile.am index 192247b4927..b500a45c63d 100644 --- a/src/glx/apple/Makefile.am +++ b/src/glx/apple/Makefile.am @@ -1,3 +1,5 @@ +EXTRA_DIST = RELEASE_NOTES + noinst_LTLIBRARIES = libappleglx.la AM_CFLAGS = \ diff --git a/src/mesa/Makefile.am b/src/mesa/Makefile.am index 4ee88365c8c..41e5a44d3f1 100644 --- a/src/mesa/Makefile.am +++ b/src/mesa/Makefile.am @@ -73,6 +73,9 @@ EXTRA_DIST = \ program/program_lexer.l \ program/program_parse.y \ SConscript \ + swrast/NOTES \ + swrast_setup/NOTES \ + tnl/NOTES \ tnl_dd BUILT_SOURCES = \ -- 2.11.0