diff options
author | Eric Anholt <[email protected]> | 2012-05-24 15:54:40 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2012-05-29 12:39:33 -0700 |
commit | 559d5924483b8872cdd7c8123666d1762662c6c7 (patch) | |
tree | edcf1b2906885f961269bcfef813ea0f7daf5159 /src/mapi/shared-glapi | |
parent | 26eaee32455355c5376796140e0e3eb49e1c5865 (diff) |
shared-glapi: Don't forget to clean our built file.
Reviewed-by: Matt Turner <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mapi/shared-glapi')
-rw-r--r-- | src/mapi/shared-glapi/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mapi/shared-glapi/Makefile.am b/src/mapi/shared-glapi/Makefile.am index a80ba1f459e..9485683f2d7 100644 --- a/src/mapi/shared-glapi/Makefile.am +++ b/src/mapi/shared-glapi/Makefile.am @@ -13,6 +13,7 @@ glapi_mapi_tmp.h : $(GLAPI)/gen/gl_and_es_API.xml $(glapi_gen_mapi_deps) $(call glapi_gen_mapi,$<,shared-glapi) BUILT_SOURCES = glapi_mapi_tmp.h +CLEANFILES = $(BUILT_SOURCES) AM_CPPFLAGS = \ $(DEFINES) \ |