Mesa (master): shared-glapi: Don't forget to clean our built file.

Eric Anholt anholt at kemper.freedesktop.org
Tue May 29 20:02:46 UTC 2012


Module: Mesa
Branch: master
Commit: 559d5924483b8872cdd7c8123666d1762662c6c7
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=559d5924483b8872cdd7c8123666d1762662c6c7

Author: Eric Anholt <eric at anholt.net>
Date:   Thu May 24 15:54:40 2012 -0700

shared-glapi: Don't forget to clean our built file.

Reviewed-by: Matt Turner <mattst88 at gmail.com>
Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>

---

 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 a80ba1f..9485683 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)						\




More information about the mesa-commit mailing list