util/format: expose generated format packing functions through a header
[mesa.git] / src / util / Makefile.sources
index 9aa82599dc49c855a4510f41ca2b6ea221ae4407..c1e6e34c46eacc06a3715651204083bc499ce2ad 100644 (file)
@@ -130,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 \