util: add a timespec helper
[mesa.git] / src / util / Makefile.sources
index f09b89b3be5b4ede76cc149df3a66d58799a62f4..cbbf5126875b09e4e5bc8623a37e18f828d4a001 100644 (file)
@@ -7,6 +7,8 @@ MESA_UTIL_FILES := \
        build_id.h \
        crc32.c \
        crc32.h \
+       dag.c \
+       dag.h \
        debug.c \
        debug.h \
        disk_cache.c \
@@ -27,6 +29,8 @@ MESA_UTIL_FILES := \
        mesa-sha1.h \
        os_time.c \
        os_time.h \
+       os_file.c \
+       os_file.h \
        os_misc.c \
        os_misc.h \
        u_process.c \
@@ -56,6 +60,7 @@ MESA_UTIL_FILES := \
        strtod.c \
        strtod.h \
        texcompress_rgtc_tmp.h \
+       timespec.h \
        u_atomic.c \
        u_atomic.h \
        u_dynarray.h \