summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Boll <andreas.boll.dev@gmail.com>2013-02-21 09:17:56 +0100
committerAndreas Boll <andreas.boll.dev@gmail.com>2013-02-22 10:21:43 +0100
commitc1eb585f3d62670782d9cc73637b7e3bcab46d66 (patch)
treef4dfdf0fe11f3c7cdad01f46e8c88ae040fe14da
parentb6f15954b4449ea0f197e46967a3e29a8095d3f6 (diff)
targets/xa-vmwgfx: Force c++ linker to fix undefined symbols
NOTE: This is a candidate for the 9.1 branch. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=61200 Reviewed-by: Matt Turner <mattst88@gmail.com>
-rw-r--r--src/gallium/targets/xa-vmwgfx/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/targets/xa-vmwgfx/Makefile.am b/src/gallium/targets/xa-vmwgfx/Makefile.am
index 01cff4b535e..6fe0510bf42 100644
--- a/src/gallium/targets/xa-vmwgfx/Makefile.am
+++ b/src/gallium/targets/xa-vmwgfx/Makefile.am
@@ -47,6 +47,8 @@ libxatracker_la_LIBADD = \
$(top_builddir)/src/gallium/drivers/trace/libtrace.la \
$(top_builddir)/src/gallium/drivers/rbug/librbug.la
+nodist_EXTRA_libxatracker_la_SOURCES = dummy.cpp
+
if HAVE_MESA_LLVM
libxatracker_la_LDFLAGS += $(LLVM_LDFLAGS)
libxatracker_la_LIBADD += $(LLVM_LIBS)