util: Move DRI parse_debug_string() to util
[mesa.git] / src / util / Makefile.sources
index 1e29a032e229888b06485320c140eb830c9fee13..e45431d1de88cc665ae260b6b0c366a235b3b798 100644 (file)
@@ -1,22 +1,27 @@
-MESA_UTIL_SHADER_CACHE_FILES := \
-       mesa-sha1.c \
-       mesa-sha1.h
-
 MESA_UTIL_FILES :=     \
+       bitset.h \
+       debug.c \
+       debug.h \
        format_srgb.h \
        hash_table.c    \
        hash_table.h \
+       list.h \
        macros.h \
+       mesa-sha1.c \
+       mesa-sha1.h \
        ralloc.c \
        ralloc.h \
        register_allocate.c \
        register_allocate.h \
        rgtc.c \
        rgtc.h \
+       rounding.h \
        set.c \
        set.h \
        simple_list.h \
-       strtod.cpp \
+       strndup.c \
+       strndup.h \
+       strtod.c \
        strtod.h \
        texcompress_rgtc_tmp.h \
        u_atomic.h