summaryrefslogtreecommitdiffstats
path: root/src/util/Makefile.sources
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2015-02-11 15:05:06 -0800
committerEric Anholt <[email protected]>2015-02-20 11:36:34 -0800
commitb53d035825ef3ad680470aa5c4f9dc51f8f5676b (patch)
tree25ebc310a0eb426f9bf815d12dc44d4ad6db54ff /src/util/Makefile.sources
parent8aa381e3cd848f051931f86af5fdcd59921916ee (diff)
util: Move Mesa's bitset.h to util/.
Reviewed-by: Jose Fonseca <[email protected]>
Diffstat (limited to 'src/util/Makefile.sources')
-rw-r--r--src/util/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/Makefile.sources b/src/util/Makefile.sources
index 1e29a032e22..560ea836aa1 100644
--- a/src/util/Makefile.sources
+++ b/src/util/Makefile.sources
@@ -3,6 +3,7 @@ MESA_UTIL_SHADER_CACHE_FILES := \
mesa-sha1.h
MESA_UTIL_FILES := \
+ bitset.h \
format_srgb.h \
hash_table.c \
hash_table.h \