diff options
author | Zack Rusin <[email protected]> | 2008-04-23 14:00:13 -0400 |
---|---|---|
committer | Zack Rusin <[email protected]> | 2008-04-23 14:01:08 -0400 |
commit | 5fcd84ab39318a371253b1a7285bc657fb82efed (patch) | |
tree | 10e858680172fd8dfadfed0228e18ac190a8a0fe /src/gallium/auxiliary/translate/Makefile | |
parent | ba47aabc9868b410cdfe3bc8b6d25a44a598cba2 (diff) |
Create a sharable translate_cache and use it.
Diffstat (limited to 'src/gallium/auxiliary/translate/Makefile')
-rw-r--r-- | src/gallium/auxiliary/translate/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/translate/Makefile b/src/gallium/auxiliary/translate/Makefile index 39dfb0de300..ad2a5b705e4 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 |