summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/translate/Makefile
diff options
context:
space:
mode:
authorZack Rusin <zack@tungstengraphics.com>2008-04-23 14:00:13 -0400
committerZack Rusin <zack@tungstengraphics.com>2008-04-23 14:01:08 -0400
commit5fcd84ab39318a371253b1a7285bc657fb82efed (patch)
tree10e858680172fd8dfadfed0228e18ac190a8a0fe /src/gallium/auxiliary/translate/Makefile
parentba47aabc9868b410cdfe3bc8b6d25a44a598cba2 (diff)
Create a sharable translate_cache and use it.
Diffstat (limited to 'src/gallium/auxiliary/translate/Makefile')
-rw-r--r--src/gallium/auxiliary/translate/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/translate/Makefile b/src/gallium/auxiliary/translate/Makefile
index 39dfb0de30..ad2a5b705e 100644
--- a/src/gallium/auxiliary/translate/Makefile
+++ b/src/gallium/auxiliary/translate/Makefile
@@ -6,7 +6,8 @@ LIBNAME = translate
C_SOURCES = \
translate_generic.c \
translate_sse.c \
- translate.c
+ translate.c \
+ translate_cache.c
include ../../Makefile.template