diff options
author | Emil Velikov <[email protected]> | 2014-08-28 22:18:10 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-09-05 23:46:23 +0100 |
commit | c553b6e2df4ac1675f084e08f263ad825aa72ec5 (patch) | |
tree | 700d090649c2af0537b8047916ac3aa59371388d | |
parent | 0fd45d30798c014f6d51546a9a13cb7883bd8321 (diff) |
gallium: ship the non-automaked state-trackers & targets
Signed-off-by: Emil Velikov <[email protected]>
Acked-by: Matt Turner <[email protected]>
-rw-r--r-- | src/gallium/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/Makefile.am b/src/gallium/Makefile.am index e4ef0034610..fd205d79bfb 100644 --- a/src/gallium/Makefile.am +++ b/src/gallium/Makefile.am @@ -177,6 +177,8 @@ endif ## EXTRA_DIST += \ + state_trackers/wgl targets/libgl-gdi \ + targets/graw-gdi targets/graw-null targets/graw-xlib \ state_trackers/hgl targets/haiku-softpipe |