gallium: include p_debug.h for non-HAVE_POSIX_MEMALIGN
[mesa.git] / src / gallium / auxiliary / util / Makefile
index be1b97b53528adb297861c154ea9a078079a0abb..6e5fd26c05758d8a1f3f1fcd29830b245ee8ddc3 100644 (file)
@@ -5,8 +5,6 @@ LIBNAME = util
 
 C_SOURCES = \
        p_debug.c \
-       p_tile.c \
-       p_util.c \
        u_blit.c \
        u_draw_quad.c \
        u_gen_mipmap.c \
@@ -14,8 +12,10 @@ C_SOURCES = \
        u_hash_table.c \
        u_math.c \
        u_mm.c \
+       u_rect.c \
        u_simple_shaders.c \
        u_snprintf.c \
+       u_tile.c \
        u_time.c
 
 include ../../Makefile.template