summaryrefslogtreecommitdiffstats
path: root/src/intel/Makefile.sources
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2016-09-19 12:46:37 +0100
committerEmil Velikov <[email protected]>2016-10-06 15:03:46 +0100
commita42115d6e24503c2835c58092c0c8db0858ae214 (patch)
tree2e091086560b64cf59f8902cd1bfb32974f464ca /src/intel/Makefile.sources
parentb84234fd28ceb7c8527a50759df7aa9da8005ecb (diff)
intel: automake: reference the correct header
The header was renamed with earlier commit, so update the Makefile.sources respectively. {vulkan/genX_multisample.h => common/gen_sample_positions.h} Fixes: c779ad3e661("intel: Move Vulkan sample positions to common code") Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/intel/Makefile.sources')
-rw-r--r--src/intel/Makefile.sources3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/intel/Makefile.sources b/src/intel/Makefile.sources
index 94073d2d959..22ca63bc388 100644
--- a/src/intel/Makefile.sources
+++ b/src/intel/Makefile.sources
@@ -10,7 +10,8 @@ COMMON_FILES = \
common/gen_device_info.c \
common/gen_device_info.h \
common/gen_l3_config.c \
- common/gen_l3_config.h
+ common/gen_l3_config.h \
+ common/gen_sample_positions.h
GENXML_GENERATED_FILES = \
genxml/gen4_pack.h \