diff options
author | Emil Velikov <[email protected]> | 2015-04-01 19:09:00 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-04-01 19:33:37 +0000 |
commit | bd4925c6ac468e80f6106f3d684119498b606a0d (patch) | |
tree | 17bfce5c7b3524980786d80f2a948a2b5a4e4c14 /src/gallium/auxiliary/Makefile.sources | |
parent | 4008975e6f4b2e15fceed4f07d8ec763dd0949d1 (diff) |
gallium: ship tgsi_to_nir.h in the tarball
Acked-by: Matt Turner <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/Makefile.sources')
-rw-r--r-- | src/gallium/auxiliary/Makefile.sources | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/Makefile.sources b/src/gallium/auxiliary/Makefile.sources index bd8e9499899..ec7547cad99 100644 --- a/src/gallium/auxiliary/Makefile.sources +++ b/src/gallium/auxiliary/Makefile.sources @@ -303,7 +303,8 @@ C_SOURCES := \ util/u_video.h NIR_SOURCES := \ - nir/tgsi_to_nir.c + nir/tgsi_to_nir.c \ + nir/tgsi_to_nir.h VL_SOURCES := \ vl/vl_compositor.c \ |