diff options
author | Matt Turner <[email protected]> | 2014-12-07 14:12:33 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2014-12-12 12:11:50 -0800 |
commit | 43ac31dff0fb359f4be3f919aec70e8b632ac377 (patch) | |
tree | c13707dc19b146363a124694e6330142290cb9b5 /src/gallium/Makefile.am | |
parent | a208e9b520ae2d854ae588fea309763b2eaad616 (diff) |
mesa: Add notes/readme files to distribution.
Diffstat (limited to 'src/gallium/Makefile.am')
-rw-r--r-- | src/gallium/Makefile.am | 1 |
1 files changed, 1 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 \ |