diff options
author | Emil Velikov <[email protected]> | 2017-02-24 17:38:16 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-02-24 17:38:16 +0000 |
commit | 98334889744a327ff0e049d0c97317536f49ae33 (patch) | |
tree | 75fd99404fbc1d89ad792a4485692ffdb7c1f312 /src/util/Makefile.am | |
parent | 6854716f37493f4a65565c750dd77219687e5567 (diff) |
util: automake: add sha1/README to the tarball
Suggested-by: Andreas Boll <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r-- | src/util/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am index 32316b038f2..ae50a3bceb4 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) |