summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/Makefile
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-07-29 12:03:33 -0600
committerBrian Paul <brianp@vmware.com>2010-07-29 12:51:45 -0600
commit8f3fe7e2f0a3ce1a5c45fd204b0105f3b501e641 (patch)
tree9162c6b99fcfd9d78d7168c9043661b39e904db0 /src/gallium/auxiliary/Makefile
parent02da55676bd483df5e8540e079f53c7f41178025 (diff)
gallivm: added lp_build_assert() function to make assertions in LLVM code
Diffstat (limited to 'src/gallium/auxiliary/Makefile')
-rw-r--r--src/gallium/auxiliary/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/Makefile b/src/gallium/auxiliary/Makefile
index dcebab7c0f..843b72bc38 100644
--- a/src/gallium/auxiliary/Makefile
+++ b/src/gallium/auxiliary/Makefile
@@ -149,6 +149,7 @@ C_SOURCES = \
GALLIVM_SOURCES = \
gallivm/lp_bld_arit.c \
+ gallivm/lp_bld_assert.c \
gallivm/lp_bld_const.c \
gallivm/lp_bld_conv.c \
gallivm/lp_bld_debug.c \