summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/Makefile
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2008-09-01 14:11:12 +0100
committerKeith Whitwell <keith@tungstengraphics.com>2008-09-01 14:24:33 +0100
commita4d04d71a46c88c5cbe08336111267ae9d0b7f11 (patch)
treea6b947e236be956b1d0e19867b3876beba642ac6 /src/gallium/auxiliary/util/Makefile
parenta9345511d8c9f0707b0dc49f772b3740878f1bd3 (diff)
add u_timed_winsys.[ch]
Diffstat (limited to 'src/gallium/auxiliary/util/Makefile')
-rw-r--r--src/gallium/auxiliary/util/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/util/Makefile b/src/gallium/auxiliary/util/Makefile
index 6e5fd26c05..61f4344d17 100644
--- a/src/gallium/auxiliary/util/Makefile
+++ b/src/gallium/auxiliary/util/Makefile
@@ -16,7 +16,8 @@ C_SOURCES = \
u_simple_shaders.c \
u_snprintf.c \
u_tile.c \
- u_time.c
+ u_time.c \
+ u_timed_winsys.c
include ../../Makefile.template