util: Move main/set to util/hash_set
[mesa.git] / src / util / Makefile.sources
index 952b79905de34a0df4d8d39096599a9b8b095ab2..154677aa47d8b28f142e40645389fc522cc9fc19 100644 (file)
@@ -1,9 +1,20 @@
 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
+       rgtc.c \
+       rgtc.h \
+       set.c \
+       set.h \
+       strtod.cpp \
+       strtod.h \
+       texcompress_rgtc_tmp.h \
+       u_atomic.h
 
 MESA_UTIL_GENERATED_FILES = \
        format_srgb.c