diff options
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/Makefile.am | 1 | ||||
-rw-r--r-- | src/gallium/auxiliary/Makefile.am | 2 |
2 files changed, 3 insertions, 0 deletions
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 \ |