summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2016-02-26 10:02:44 +1000
committerDave Airlie <airlied@redhat.com>2016-02-26 10:02:44 +1000
commitb71cd9b2294868a06c1af1cab83017e50f336636 (patch)
tree1d5ec503c986f3c4d32ee7bd5769816cf0f9d3c3
parentab0f57df76f0dd4ac85166849574bc5ecec63577 (diff)
fix pthread_libs addition
-rw-r--r--src/gallium/auxiliary/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/Makefile.am b/src/gallium/auxiliary/Makefile.am
index 9c24c1b..72b0e6b 100644
--- a/src/gallium/auxiliary/Makefile.am
+++ b/src/gallium/auxiliary/Makefile.am
@@ -14,7 +14,7 @@ AM_CFLAGS = \
AM_CXXFLAGS = $(VISIBILITY_CXXFLAGS)
-AM_LIBADD = \
+libgallium_la_LIBADD = \
$(PTHREAD_LIBS)
libgallium_la_SOURCES = \