aboutsummaryrefslogtreecommitdiffstats
path: root/src/util/Makefile.sources
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2017-02-14 15:56:54 -0800
committerJason Ekstrand <[email protected]>2017-02-14 16:15:39 -0800
commitf76584e7b748e4480701d0c202ee9249f3b0046e (patch)
tree8b084644fc11131b05fc848855e2c51345423b79 /src/util/Makefile.sources
parentd1640e79328af4a63c056e3ccab299a3bffbede7 (diff)
util: Add helpers for iterating over Vulkan extension structs
Reviewed-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/util/Makefile.sources')
-rw-r--r--src/util/Makefile.sources3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util/Makefile.sources b/src/util/Makefile.sources
index a68a5fe22fa..eec0311c3ea 100644
--- a/src/util/Makefile.sources
+++ b/src/util/Makefile.sources
@@ -44,7 +44,8 @@ MESA_UTIL_FILES := \
u_endian.h \
u_vector.c \
u_vector.h \
- vk_alloc.h
+ vk_alloc.h \
+ vk_utils.h
MESA_UTIL_GENERATED_FILES = \
format_srgb.c