From: Emil Velikov Date: Sun, 29 Mar 2015 12:46:31 +0000 (+0100) Subject: xmlpool: don't forget to ship the MOS X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a665b9b3c89095923cf2251895afc69c9f79aafe;p=mesa.git xmlpool: don't forget to ship the MOS This will allow us to finally remove python from the build time dependencies list. Considering that you're building from a release tarball of course :-) Cc: Bernd Kuhls Reported-by: Bernd Kuhls Cc: "10.5" Signed-off-by: Emil Velikov Reviewed-by: Matt Turner --- diff --git a/src/mesa/drivers/dri/common/xmlpool/Makefile.am b/src/mesa/drivers/dri/common/xmlpool/Makefile.am index 5557716851a..970049936a8 100644 --- a/src/mesa/drivers/dri/common/xmlpool/Makefile.am +++ b/src/mesa/drivers/dri/common/xmlpool/Makefile.am @@ -52,7 +52,14 @@ POT=xmlpool.pot .PHONY: all clean pot po mo -EXTRA_DIST = gen_xmlpool.py options.h t_options.h $(POS) SConscript +EXTRA_DIST = \ + gen_xmlpool.py \ + options.h \ + t_options.h \ + $(POS) \ + $(MOS) \ + SConscript + BUILT_SOURCES = options.h CLEANFILES = $(MOS) options.h