gallium: include p_debug.h for non-HAVE_POSIX_MEMALIGN
[mesa.git] / src / gallium / auxiliary / util / Makefile
index 6eebf6d29b65d76628413eacec9977426703db65..6e5fd26c05758d8a1f3f1fcd29830b245ee8ddc3 100644 (file)
@@ -5,7 +5,6 @@ LIBNAME = util
 
 C_SOURCES = \
        p_debug.c \
-       p_tile.c \
        u_blit.c \
        u_draw_quad.c \
        u_gen_mipmap.c \
@@ -16,6 +15,7 @@ C_SOURCES = \
        u_rect.c \
        u_simple_shaders.c \
        u_snprintf.c \
+       u_tile.c \
        u_time.c
 
 include ../../Makefile.template