diff options
| author | marha <marha@users.sourceforge.net> | 2014-09-08 23:30:36 +0200 |
|---|---|---|
| committer | marha <marha@users.sourceforge.net> | 2014-09-08 23:30:36 +0200 |
| commit | e16399e57caac9e859a7d28921c73ef9839b571e (patch) | |
| tree | b86ed43f749ebfe0bb3842fcd76a34e386011fcc /mesalib/src/gallium | |
| parent | 166caebfaa2b217332a345ffb02c5b9e52f65a3d (diff) | |
| parent | cb346e228aeb500cd61ec86644c034c238332d3b (diff) | |
| download | vcxsrv-e16399e57caac9e859a7d28921c73ef9839b571e.tar.gz vcxsrv-e16399e57caac9e859a7d28921c73ef9839b571e.tar.bz2 vcxsrv-e16399e57caac9e859a7d28921c73ef9839b571e.zip | |
Merge remote-tracking branch 'origin/released'
Diffstat (limited to 'mesalib/src/gallium')
| -rw-r--r-- | mesalib/src/gallium/Makefile.am | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/mesalib/src/gallium/Makefile.am b/mesalib/src/gallium/Makefile.am index e4ef00346..32a5dc709 100644 --- a/mesalib/src/gallium/Makefile.am +++ b/mesalib/src/gallium/Makefile.am @@ -177,7 +177,11 @@ endif ## EXTRA_DIST += \ - state_trackers/hgl targets/haiku-softpipe + state_trackers/README \ + state_trackers/wgl targets/libgl-gdi \ + targets/graw-gdi targets/graw-null targets/graw-xlib \ + state_trackers/hgl targets/haiku-softpipe \ + tools ## @@ -189,3 +193,7 @@ SUBDIRS += \ tests/trivial \ tests/unit endif + +EXTRA_DIST += \ + tests/graw \ + tests/python |
