targets/xa-vmwgfx: Force c++ linker to fix undefined symbols
authorAndreas Boll <andreas.boll.dev@gmail.com>
Thu, 21 Feb 2013 08:17:56 +0000 (09:17 +0100)
committerAndreas Boll <andreas.boll.dev@gmail.com>
Fri, 22 Feb 2013 09:21:43 +0000 (10:21 +0100)
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>
src/gallium/targets/xa-vmwgfx/Makefile.am

index 01cff4b..6fe0510 100644 (file)
@@ -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)