summaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2014-12-07 14:07:32 -0800
committerMatt Turner <mattst88@gmail.com>2014-12-12 12:11:50 -0800
commit952b324b23b1ff8596e3cb168c16a1feb372b32b (patch)
tree36846d9278a29f04ac1990f55f789e4033676364 /src/util/Makefile.am
parentf6502aaa58d854def4c93dc25154a6c97b159fb4 (diff)
mesa: Add scons files to distribution.
Diffstat (limited to 'src/util/Makefile.am')
-rw-r--r--src/util/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index 53a273e4cd4..0387f210c97 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -39,7 +39,7 @@ libmesautil_la_SOURCES = \
BUILT_SOURCES = $(MESA_UTIL_GENERATED_FILES)
CLEANFILES = $(BUILT_SOURCES)
-EXTRA_DIST = format_srgb.py
+EXTRA_DIST = format_srgb.py SConscript
format_srgb.c: $(srcdir)/format_srgb.py
$(AM_V_GEN) $(PYTHON2) $< > $@