diff options
Diffstat (limited to 'src/gallium/targets/d3dadapter9/Makefile.am')
-rw-r--r-- | src/gallium/targets/d3dadapter9/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/d3dadapter9/Makefile.am b/src/gallium/targets/d3dadapter9/Makefile.am index c37da9864c4..a3d2416c319 100644 --- a/src/gallium/targets/d3dadapter9/Makefile.am +++ b/src/gallium/targets/d3dadapter9/Makefile.am @@ -114,7 +114,7 @@ d3dadapter9_la_LIBADD += \ endif # HAVE_GALLIUM_STATIC_TARGETS -if HAVE_MESA_LLVM +if HAVE_GALLIUM_LLVM nodist_EXTRA_d3dadapter9_la_SOURCES = dummy.cpp d3dadapter9_la_LDFLAGS += $(LLVM_LDFLAGS) d3dadapter9_la_LIBADD += $(LLVM_LIBS) |