util/format: expose generated format packing functions through a header
[mesa.git] / src / util / Makefile.sources
index dc1b205bfc9e72ffd84c55def6a731d692b39072..c1e6e34c46eacc06a3715651204083bc499ce2ad 100644 (file)
@@ -109,6 +109,10 @@ MESA_UTIL_FILES := \
        u_debug.c \
        u_debug.h \
        u_debug_memory.c \
+       u_debug_stack.c \
+       u_debug_stack.h \
+       u_debug_symbol.c \
+       u_debug_symbol.h \
        u_cpu_detect.c \
        u_cpu_detect.h \
        os_memory_aligned.h \
@@ -126,7 +130,8 @@ MESA_UTIL_FILES := \
 
 MESA_UTIL_GENERATED_FILES = \
        format_srgb.c \
-       format/u_format_table.c
+       format/u_format_table.c \
+       format/u_format_pack.h
 
 XMLCONFIG_FILES := \
        xmlconfig.c \