diff options
author | Matt Turner <[email protected]> | 2014-12-17 13:37:38 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2014-12-17 17:54:33 -0800 |
commit | 4cc8d66f745b89ba795b3d2fa9ed063b365b35ca (patch) | |
tree | 6a8988f9214cef970e7b2f6d61a42631c5dadbc4 /src/gallium/Makefile.am | |
parent | baedd68ca973797df9c4b3be25c587a4f9da557f (diff) |
gallium: Add egl and gbm to distribution.
Diffstat (limited to 'src/gallium/Makefile.am')
-rw-r--r-- | src/gallium/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gallium/Makefile.am b/src/gallium/Makefile.am index 07d26684e7e..6a2a866549c 100644 --- a/src/gallium/Makefile.am +++ b/src/gallium/Makefile.am @@ -115,6 +115,10 @@ EXTRA_DIST = \ docs \ README.portability \ SConscript \ + state_trackers/egl \ + state_trackers/gbm \ + targets/egl-static \ + targets/gbm \ winsys/sw/gdi \ winsys/sw/hgl |