intel: automake: reference the correct header
authorEmil Velikov <emil.velikov@collabora.com>
Mon, 19 Sep 2016 11:46:37 +0000 (12:46 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Thu, 6 Oct 2016 14:03:46 +0000 (15:03 +0100)
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>
src/intel/Makefile.sources
src/intel/vulkan/Makefile.sources

index 94073d2d95905355de3436bc632bf43c34788c26..22ca63bc38809e1cbedd33ca1aba32c10b0821f2 100644 (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 \
index d1516937264547b2b24e51f30c6b93f6e0c73a53..dfebe05e00092373a30e3641e5d7e4da05ecea5b 100644 (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