From: Eric Anholt Date: Thu, 24 May 2012 22:54:40 +0000 (-0700) Subject: shared-glapi: Don't forget to clean our built file. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=559d5924483b8872cdd7c8123666d1762662c6c7;p=mesa.git shared-glapi: Don't forget to clean our built file. Reviewed-by: Matt Turner Reviewed-by: Kenneth Graunke --- 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) \