Browse Source

mesa: Add notes/readme files to distribution.

tags/10.5-branchpoint
Matt Turner 11 years ago
parent
commit
43ac31dff0

+ 1
- 0
src/gallium/Makefile.am View File

@@ -113,6 +113,7 @@ SUBDIRS += winsys/sw/wrapper

EXTRA_DIST = \
docs \
README.portability \
SConscript \
winsys/sw/android \
winsys/sw/gdi \

+ 2
- 0
src/gallium/auxiliary/Makefile.am View File

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

+ 1
- 1
src/glsl/Makefile.am View File

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

+ 2
- 0
src/glx/apple/Makefile.am View File

@@ -1,3 +1,5 @@
EXTRA_DIST = RELEASE_NOTES

noinst_LTLIBRARIES = libappleglx.la

AM_CFLAGS = \

+ 3
- 0
src/mesa/Makefile.am View File

@@ -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 = \

Loading…
Cancel
Save