diff options
author | Keith Whitwell <[email protected]> | 2008-09-01 14:11:12 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2008-09-01 14:24:33 +0100 |
commit | a4d04d71a46c88c5cbe08336111267ae9d0b7f11 (patch) | |
tree | a6b947e236be956b1d0e19867b3876beba642ac6 /src/gallium/auxiliary/util/Makefile | |
parent | a9345511d8c9f0707b0dc49f772b3740878f1bd3 (diff) |
add u_timed_winsys.[ch]
Diffstat (limited to 'src/gallium/auxiliary/util/Makefile')
-rw-r--r-- | src/gallium/auxiliary/util/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/util/Makefile b/src/gallium/auxiliary/util/Makefile index 6e5fd26c057..61f4344d170 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 |