diff options
author | José Fonseca <[email protected]> | 2010-04-06 22:37:08 +0100 |
---|---|---|
committer | José Fonseca <[email protected]> | 2010-04-06 22:52:33 +0100 |
commit | 306835cc0fbdd7bf46b8c703f6659d1431f86ff9 (patch) | |
tree | a2126aac3f8cb6de2ae9a7a924c1909fe7c1902f /src/gallium/auxiliary/Makefile | |
parent | 859642c655b149a1321f214e6a731eb1ea991dc7 (diff) |
gallivm: Move the global LLVM objects (module, engine, provider, target) into here.
Diffstat (limited to 'src/gallium/auxiliary/Makefile')
-rw-r--r-- | src/gallium/auxiliary/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/Makefile b/src/gallium/auxiliary/Makefile index 2258a486616..5beda9267ea 100644 --- a/src/gallium/auxiliary/Makefile +++ b/src/gallium/auxiliary/Makefile @@ -152,6 +152,7 @@ GALLIVM_SOURCES = \ gallivm/lp_bld_depth.c \ gallivm/lp_bld_flow.c \ gallivm/lp_bld_format_soa.c \ + gallivm/lp_bld_init.c \ gallivm/lp_bld_interp.c \ gallivm/lp_bld_intr.c \ gallivm/lp_bld_logic.c \ @@ -164,8 +165,7 @@ GALLIVM_SOURCES = \ gallivm/lp_bld_tgsi_soa.c \ gallivm/lp_bld_type.c -GALLIVM_CPP_SOURCES = \ - gallivm/lp_bld_init.cpp +GALLIVM_CPP_SOURCES = GENERATED_SOURCES = \ indices/u_indices_gen.c \ |