diff options
author | Jakob Bornecrantz <jakob@tungstengraphics.com> | 2008-07-21 14:38:57 +0200 |
---|---|---|
committer | Jakob Bornecrantz <jakob@tungstengraphics.com> | 2008-07-21 14:38:57 +0200 |
commit | 1753ff9872562bc05aff2472fc1256539085bbfc (patch) | |
tree | c3c617764686e94dc4eae39e90f2ea69b2b8341a | |
parent | b3c8d0c348c5d894e4df0314f060361893bdd38e (diff) |
tgsi: Update Makefile to include tgsi_iterate.c
-rw-r--r-- | src/gallium/auxiliary/tgsi/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/tgsi/Makefile b/src/gallium/auxiliary/tgsi/Makefile index 5555639b70..9c4b967651 100644 --- a/src/gallium/auxiliary/tgsi/Makefile +++ b/src/gallium/auxiliary/tgsi/Makefile @@ -6,6 +6,7 @@ LIBNAME = tgsi C_SOURCES = \ exec/tgsi_exec.c \ exec/tgsi_sse2.c \ + util/tgsi_iterate.c \ util/tgsi_build.c \ util/tgsi_dump.c \ util/tgsi_parse.c \ |