diff options
author | Michal Krol <michal@tungstengraphics.com> | 2008-08-13 17:20:14 +0200 |
---|---|---|
committer | Michal Krol <michal@tungstengraphics.com> | 2008-08-13 17:35:12 +0200 |
commit | 6d83a0cc6846adb546794c0483694fdb1d1b4664 (patch) | |
tree | d00fc6617763762462dd9bef79ad524cdd8af8d1 /src/gallium/auxiliary/tgsi | |
parent | 668ac2572548b7818b89a424f44e9c9c59786df0 (diff) |
make: List tgsi_info.c.
Diffstat (limited to 'src/gallium/auxiliary/tgsi')
-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 bbeff1304d..806a2bd4c5 100644 --- a/src/gallium/auxiliary/tgsi/Makefile +++ b/src/gallium/auxiliary/tgsi/Makefile @@ -7,6 +7,7 @@ C_SOURCES = \ tgsi_build.c \ tgsi_dump.c \ tgsi_exec.c \ + tgsi_info.c \ tgsi_iterate.c \ tgsi_parse.c \ tgsi_scan.c \ |