summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/gallium/auxiliary/Makefile.sources3
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 \