util: Add a string buffer implementation
[mesa.git] / src / util / Makefile.sources
index 8ee45d56170a402285466e2bd8dbd4e1da9a68ae..c7f6516a992f5c85a37abb7a69d673cb6e3f3c44 100644 (file)
@@ -37,22 +37,26 @@ MESA_UTIL_FILES := \
        simple_list.h \
        slab.c \
        slab.h \
-       string_to_uint_map.cpp \
-       string_to_uint_map.h \
+       string_buffer.c \
+       string_buffer.h \
        strndup.h \
        strtod.c \
        strtod.h \
        texcompress_rgtc_tmp.h \
+       u_atomic.c \
        u_atomic.h \
+       u_dynarray.h \
        u_endian.h \
        u_queue.c \
        u_queue.h \
        u_string.h \
        u_thread.h \
        u_vector.c \
-       u_vector.h \
-       vk_alloc.h \
-       vk_util.h
+       u_vector.h
 
 MESA_UTIL_GENERATED_FILES = \
        format_srgb.c
+
+XMLCONFIG_FILES := \
+       xmlconfig.c \
+       xmlconfig.h