From 98334889744a327ff0e049d0c97317536f49ae33 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Fri, 24 Feb 2017 17:38:16 +0000 Subject: [PATCH] util: automake: add sha1/README to the tarball Suggested-by: Andreas Boll Signed-off-by: Emil Velikov --- src/util/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/util/Makefile.am b/src/util/Makefile.am index 32316b0..ae50a3b 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -50,7 +50,10 @@ TESTS = $(check_PROGRAMS) BUILT_SOURCES = $(MESA_UTIL_GENERATED_FILES) CLEANFILES = $(BUILT_SOURCES) -EXTRA_DIST = format_srgb.py SConscript +EXTRA_DIST = \ + format_srgb.py \ + SConscript \ + sha1/README PYTHON_GEN = $(AM_V_GEN)$(PYTHON2) $(PYTHON_FLAGS) -- 2.7.4