shared-glapi: Don't forget to clean our built file.
authorEric Anholt <eric@anholt.net>
Thu, 24 May 2012 22:54:40 +0000 (15:54 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 29 May 2012 19:39:33 +0000 (12:39 -0700)
Reviewed-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mapi/shared-glapi/Makefile.am

index a80ba1f459ecf1956527115edbf752142c521a30..9485683f2d72e57cda696f9f652277d552bb04a0 100644 (file)
@@ -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)                                              \