summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/Makefile.am
diff options
context:
space:
mode:
authorEmil Velikov <emil.velikov@collabora.com>2016-04-20 18:09:22 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2016-05-01 08:38:04 +0100
commit82d0b59f02ba7041b12836874f1eb3dd2b58d979 (patch)
treecde4befde2b3c8978a8fbfb06d0c88e83b56ea81 /src/intel/vulkan/Makefile.am
parent3ee7d8b0eb9324b56ea9386e3c1d2925eaaaa225 (diff)
downloadexternal_mesa3d-82d0b59f02ba7041b12836874f1eb3dd2b58d979.zip
external_mesa3d-82d0b59f02ba7041b12836874f1eb3dd2b58d979.tar.gz
external_mesa3d-82d0b59f02ba7041b12836874f1eb3dd2b58d979.tar.bz2
anv: use the GENERATED_FILES variable
... rather than having duplicates files through the sources lists. Splitting things as is, has the side effect of making things clearer and easing a potential android build. The latter of which automatically adds BUILT_SOURCES to the binary. Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Acked-by: Jason Ekstrand <jason@jlekstrand.net>
Diffstat (limited to 'src/intel/vulkan/Makefile.am')
-rw-r--r--src/intel/vulkan/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel/vulkan/Makefile.am b/src/intel/vulkan/Makefile.am
index c7baf17..8a545a8 100644
--- a/src/intel/vulkan/Makefile.am
+++ b/src/intel/vulkan/Makefile.am
@@ -69,6 +69,7 @@ AM_CPPFLAGS = \
AM_CFLAGS = -DVK_USE_PLATFORM_XCB_KHR -Wno-override-init -msse2
VULKAN_SOURCES = \
+ $(VULKAN_GENERATED_FILES) \
$(VULKAN_FILES) \
$(VULKAN_WSI_X11_FILES)