summaryrefslogtreecommitdiff
path: root/src/mapi/shared-glapi
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2012-05-24 15:54:40 -0700
committerEric Anholt <eric@anholt.net>2012-05-29 12:39:33 -0700
commit559d5924483b8872cdd7c8123666d1762662c6c7 (patch)
treeedcf1b2906885f961269bcfef813ea0f7daf5159 /src/mapi/shared-glapi
parent26eaee32455355c5376796140e0e3eb49e1c5865 (diff)
shared-glapi: Don't forget to clean our built file.
Reviewed-by: Matt Turner <mattst88@gmail.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Diffstat (limited to 'src/mapi/shared-glapi')
-rw-r--r--src/mapi/shared-glapi/Makefile.am1
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) \