All pastes #2105753 Raw Edit

Anonymous

public text v1 · immutable
#2105753 ·published 2012-01-24 17:38 UTC
rendered paste body
diff --git a/src/mesa/drivers/dri/i965/Makefile.am b/src/mesa/drivers/dri/i965/Makefile.am
index 5512381..a1de70e 100644
--- a/src/mesa/drivers/dri/i965/Makefile.am
+++ b/src/mesa/drivers/dri/i965/Makefile.am
@@ -72,7 +72,10 @@ noinst_PROGRAMS = i965_symbols_test
 i965_symbols_test_SOURCES = \
        ../common/dri_test.c
 i965_symbols_test_LDADD = \
-       i965_dri.la
+       i965_dri.la \
+       $(DRI_LIB_DEPS) \
+       $(DRICORE_LIB_DEPS) \
+       $(INTEL_LIBS)
 
 # Provide compatibility with scripts for the old Mesa build system for
 # a while by putting a link to the driver into /lib of the build tree.