summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/tgsi/Makefile
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@tungstengraphics.com>2008-09-16 16:16:54 +0200
committerJakob Bornecrantz <jakob@tungstengraphics.com>2008-09-16 16:20:19 +0200
commitad16ecbbe4fe8c1bcb18ed8fbbd672c68a0b17fa (patch)
tree5c0b647bf2243f83bb48c3122d6dd7f5d60b8865 /src/gallium/auxiliary/tgsi/Makefile
parenteef2edadf33cdb4ce033565ebc5b6aaf56e9288f (diff)
tgsi: Make tgsi_sanity.c compile with make
Diffstat (limited to 'src/gallium/auxiliary/tgsi/Makefile')
-rw-r--r--src/gallium/auxiliary/tgsi/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/tgsi/Makefile b/src/gallium/auxiliary/tgsi/Makefile
index 806a2bd4c5..c5d2082087 100644
--- a/src/gallium/auxiliary/tgsi/Makefile
+++ b/src/gallium/auxiliary/tgsi/Makefile
@@ -4,6 +4,7 @@ include $(TOP)/configs/current
LIBNAME = tgsi
C_SOURCES = \
+ tgsi_sanity.c \
tgsi_build.c \
tgsi_dump.c \
tgsi_exec.c \