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 <emil.velikov@collabora.com>
This commit is contained in:
Emil Velikov 2016-09-19 12:46:37 +01:00 committed by Emil Velikov
parent b84234fd28
commit a42115d6e2
2 changed files with 2 additions and 2 deletions

View file

@ -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 \

View file

@ -46,7 +46,6 @@ VULKAN_FILES := \
anv_util.c \
anv_wsi.c \
anv_wsi.h \
genX_multisample.h \
genX_pipeline_util.h \
vk_format_info.h