diff options
author | Matt Turner <[email protected]> | 2014-12-07 10:54:08 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2014-12-12 12:11:49 -0800 |
commit | 216248730af1a916a2684d85d5f052611813ae35 (patch) | |
tree | 59c2fd99e5b38affe0983083dae2f5487240c6ba /src/mesa | |
parent | 3b7bcb5d04abf7c133b57e0d3647e8896ee23170 (diff) |
xmlpool: Add $(MOS) and options.h to CLEANFILES.
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/drivers/dri/common/xmlpool/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/common/xmlpool/Makefile.am b/src/mesa/drivers/dri/common/xmlpool/Makefile.am index f434aefe4a2..926ec97cc1b 100644 --- a/src/mesa/drivers/dri/common/xmlpool/Makefile.am +++ b/src/mesa/drivers/dri/common/xmlpool/Makefile.am @@ -54,6 +54,7 @@ POT=xmlpool.pot EXTRA_DIST = gen_xmlpool.py t_options.h $(POS) BUILT_SOURCES = options.h +CLEANFILES = $(MOS) options.h # All generated files are cleaned up. clean: |