diff options
author | Tapani Pälli <[email protected]> | 2012-11-29 09:48:00 +0200 |
---|---|---|
committer | Chad Versace <[email protected]> | 2012-11-29 09:14:27 -0800 |
commit | 0fda2e9147d646ea012b33c870e45d680ec56f22 (patch) | |
tree | bb1c5e407d7ce94ceeca87e9fad4714bfd3ea09e /src/mesa/Android.gen.mk | |
parent | 9c9c18a395d9b70ef76ca694a67743f0338a4665 (diff) |
android: include api_exec.c in generated files list
Signed-off-by: Tapani Pälli <[email protected]>
Reviewed-by: Chad Versace <[email protected]>
Diffstat (limited to 'src/mesa/Android.gen.mk')
-rw-r--r-- | src/mesa/Android.gen.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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 |