diff options
author | Eric Anholt <[email protected]> | 2015-02-11 15:05:06 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2015-02-20 11:36:34 -0800 |
commit | b53d035825ef3ad680470aa5c4f9dc51f8f5676b (patch) | |
tree | 25ebc310a0eb426f9bf815d12dc44d4ad6db54ff /src/util/Makefile.sources | |
parent | 8aa381e3cd848f051931f86af5fdcd59921916ee (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.sources | 1 |
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 \ |