diff options
author | Paul Berry <[email protected]> | 2012-10-31 10:42:08 -0700 |
---|---|---|
committer | Paul Berry <[email protected]> | 2012-11-06 12:57:45 -0800 |
commit | 98874ec30b3db83454cc55bbdda910a0ec16ff53 (patch) | |
tree | 525fce8c86652c2c729a13680b7f5bf728d778d3 /src/mesa/sources.mak | |
parent | 38a1039a427d73ad959cc978d44fcf8c21388868 (diff) |
dispatch: Code generate api_exec.c.
This patch adjusts makefiles to cause src/mesa/main/api_exec.c to be
generated using src/mapi/glapi/gen/gl_genexec.py. There should be no
functional change.
Reviewed-by: Jordan Justen <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/mesa/sources.mak')
-rw-r--r-- | src/mesa/sources.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/sources.mak b/src/mesa/sources.mak index b4b58db6dea..cfb24f31832 100644 --- a/src/mesa/sources.mak +++ b/src/mesa/sources.mak @@ -9,7 +9,7 @@ MAIN_ES_FILES = \ MAIN_FILES = \ $(SRCDIR)main/api_arrayelt.c \ - $(SRCDIR)main/api_exec.c \ + $(BUILDDIR)main/api_exec.c \ $(SRCDIR)main/api_loopback.c \ $(SRCDIR)main/api_validate.c \ $(SRCDIR)main/accum.c \ |