Module: Mesa Branch: master Commit: 3b5743ead5d2492f65abcd4521d84c9f8de469ba URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3b5743ead5d2492f65abcd4521d84c9f8de469ba
Author: Juan A. Suarez Romero <[email protected]> Date: Thu Aug 3 12:44:59 2017 +0200 util: Makefile.am: add merge_driinfo.py in extra dist Reviewed-by: Emil Velikov <[email protected]> --- src/util/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util/Makefile.am b/src/util/Makefile.am index fa6551eaa5..a8352a9053 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -70,6 +70,7 @@ CLEANFILES = $(BUILT_SOURCES) EXTRA_DIST = \ drirc \ format_srgb.py \ + merge_driinfo.py \ SConscript \ xmlpool.h \ sha1/README _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
