Attempt to fix the AppVeyor build
[mesa.git] / src / util / Makefile.sources
index 8b2170292d751102d08c5e64177cd923dab19e5d..3315285f05e975238841e85f194e7dc6bfb9b097 100644 (file)
@@ -1,4 +1,4 @@
-MESA_UTIL_FILES :=     \
+MESA_UTIL_FILES := \
        bitscan.c \
        bitscan.h \
        bitset.h \
@@ -15,7 +15,7 @@ MESA_UTIL_FILES :=    \
        format_srgb.h \
        half_float.c \
        half_float.h \
-       hash_table.c    \
+       hash_table.c \
        hash_table.h \
        list.h \
        macros.h \
@@ -25,6 +25,8 @@ MESA_UTIL_FILES :=    \
        sha1/sha1.h \
        ralloc.c \
        ralloc.h \
+       rand_xor.c \
+       rand_xor.h \
        register_allocate.c \
        register_allocate.h \
        rgtc.c \
@@ -35,20 +37,26 @@ MESA_UTIL_FILES :=  \
        simple_list.h \
        slab.c \
        slab.h \
-       string_to_uint_map.h \
        string_to_uint_map.cpp \
-       strndup.c \
+       string_to_uint_map.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