diff options
author | Marek Olšák <[email protected]> | 2009-12-10 10:25:33 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-12-15 18:00:30 +0000 |
commit | 55753f59ae1754738bed4b0cb6546db65891f53f (patch) | |
tree | 459362d1ed696925b242cd5b4549e0038e8b01e3 /src/gallium/auxiliary/util/Makefile | |
parent | 4c61022b4a19f020ef8f6c635ecffa54a914fd7a (diff) |
util: add blitter
Diffstat (limited to 'src/gallium/auxiliary/util/Makefile')
-rw-r--r-- | src/gallium/auxiliary/util/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/util/Makefile b/src/gallium/auxiliary/util/Makefile index c36a87a8091..3ed90fd1b70 100644 --- a/src/gallium/auxiliary/util/Makefile +++ b/src/gallium/auxiliary/util/Makefile @@ -9,6 +9,7 @@ C_SOURCES = \ u_debug_symbol.c \ u_debug_stack.c \ u_blit.c \ + u_blitter.c \ u_cache.c \ u_cpu_detect.c \ u_dl.c \ |