From: Tapani Pälli Date: Thu, 29 Nov 2012 07:48:00 +0000 (+0200) Subject: android: include api_exec.c in generated files list X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0fda2e9147d646ea012b33c870e45d680ec56f22;p=mesa.git android: include api_exec.c in generated files list Signed-off-by: Tapani Pälli Reviewed-by: Chad Versace --- diff --git a/src/mesa/Android.gen.mk b/src/mesa/Android.gen.mk index 5f0d73cffd6..35f00da09d3 100644 --- a/src/mesa/Android.gen.mk +++ b/src/mesa/Android.gen.mk @@ -32,6 +32,7 @@ intermediates := $(call local-intermediates-dir) # This is the list of auto-generated files: sources and headers sources := \ main/enums.c \ + main/api_exec.c \ main/dispatch.h \ main/remap_helper.h \ main/get_hash.h