summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/Makefile
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2010-03-03 10:54:35 +0000
committerJosé Fonseca <jfonseca@vmware.com>2010-03-03 12:02:26 +0000
commitaf36b050eb2c801faecbd2b239d96df71fec5287 (patch)
tree0c9dc5600a1cb51c0511eff1e9bb38ed5fc35a9b /src/gallium/auxiliary/Makefile
parentdaf85c460875c944d6918fdf4041467d97cba41e (diff)
gallivm: Rename lp_bld_misc -> lp_bld_init.
Diffstat (limited to 'src/gallium/auxiliary/Makefile')
-rw-r--r--src/gallium/auxiliary/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/Makefile b/src/gallium/auxiliary/Makefile
index 60f9c2ae3c..1d0930e024 100644
--- a/src/gallium/auxiliary/Makefile
+++ b/src/gallium/auxiliary/Makefile
@@ -158,7 +158,7 @@ GALLIVM_SOURCES = \
gallivm/lp_bld_type.c
GALLIVM_CPP_SOURCES = \
- gallivm/lp_bld_misc.cpp
+ gallivm/lp_bld_init.cpp
GENERATED_SOURCES = \
indices/u_indices_gen.c \