From 82d0b59f02ba7041b12836874f1eb3dd2b58d979 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Wed, 20 Apr 2016 18:09:22 +0100 Subject: 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 Acked-by: Jason Ekstrand --- src/intel/vulkan/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/intel/vulkan/Makefile.am') 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) -- cgit v1.1