summaryrefslogtreecommitdiffstats
path: root/src/util/Makefile.sources
diff options
context:
space:
mode:
authorJason Ekstrand <jason.ekstrand@intel.com>2015-01-15 08:06:05 -0800
committerJason Ekstrand <jason.ekstrand@intel.com>2015-01-15 13:21:27 -0800
commit4c99e3ae78ed3524d188f00b558f803a943aaa00 (patch)
tree5d41fc99f85c7705e9ffbfddd416014ee665ed11 /src/util/Makefile.sources
parent8ed5305d28d9309d651dfec3fbf4349854694694 (diff)
downloadexternal_mesa3d-4c99e3ae78ed3524d188f00b558f803a943aaa00.zip
external_mesa3d-4c99e3ae78ed3524d188f00b558f803a943aaa00.tar.gz
external_mesa3d-4c99e3ae78ed3524d188f00b558f803a943aaa00.tar.bz2
util: Move main/set to util/hash_set
Reviewed-by: Matt Turner <mattst88@gmail.com> Reviewed-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'src/util/Makefile.sources')
-rw-r--r--src/util/Makefile.sources2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/Makefile.sources b/src/util/Makefile.sources
index 5f87fc3..154677a 100644
--- a/src/util/Makefile.sources
+++ b/src/util/Makefile.sources
@@ -9,6 +9,8 @@ MESA_UTIL_FILES := \
register_allocate.h \
rgtc.c \
rgtc.h \
+ set.c \
+ set.h \
strtod.cpp \
strtod.h \
texcompress_rgtc_tmp.h \