summaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2014-12-06 20:21:20 -0800
committerMatt Turner <mattst88@gmail.com>2014-12-12 12:11:45 -0800
commit1cd2b9177e7092aafc9223949c484aee1d249524 (patch)
tree442e7dec2e8baf83ad1ae1653dc7b2a4c7883daf /src/util
parent7808344271e253b5acef12303b49c5e8444d8cf2 (diff)
util: Add headers and python scripts for distribution.
Diffstat (limited to 'src/util')
-rw-r--r--src/util/Makefile.am1
-rw-r--r--src/util/Makefile.sources10
2 files changed, 10 insertions, 1 deletions
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index 8d5f90e9798..53a273e4cd4 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -39,6 +39,7 @@ libmesautil_la_SOURCES = \
BUILT_SOURCES = $(MESA_UTIL_GENERATED_FILES)
CLEANFILES = $(BUILT_SOURCES)
+EXTRA_DIST = format_srgb.py
format_srgb.c: $(srcdir)/format_srgb.py
$(AM_V_GEN) $(PYTHON2) $< > $@
diff --git a/src/util/Makefile.sources b/src/util/Makefile.sources
index 9e274241d27..5f87fc32a82 100644
--- a/src/util/Makefile.sources
+++ b/src/util/Makefile.sources
@@ -1,10 +1,18 @@
MESA_UTIL_FILES := \
+ format_srgb.h \
hash_table.c \
+ hash_table.h \
+ macros.h \
ralloc.c \
+ ralloc.h \
register_allocate.c \
register_allocate.h \
rgtc.c \
- strtod.cpp
+ rgtc.h \
+ strtod.cpp \
+ strtod.h \
+ texcompress_rgtc_tmp.h \
+ u_atomic.h
MESA_UTIL_GENERATED_FILES = \
format_srgb.c