Added few more stubs so that control reaches to DestroyDevice().
[mesa.git] / src / util / Makefile.sources
index 9aa82599dc49c855a4510f41ca2b6ea221ae4407..6b01b137b274c90f1276d8833101384a5f186026 100644 (file)
@@ -20,6 +20,7 @@ MESA_UTIL_FILES := \
        disk_cache.h \
        double.c \
        double.h \
+       enum_operators.h \
        fast_idiv_by_const.c \
        fast_idiv_by_const.h \
        format/u_format.c \
@@ -130,7 +131,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 \