summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/pipe-loader
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2014-03-27 20:21:52 +0000
committerEmil Velikov <emil.l.velikov@gmail.com>2014-03-31 13:02:47 +0100
commit0177ff0039613f5fbfffa90c9971cdef17550206 (patch)
tree83c041555c9dd9d6b6cbac3069f14d9c5d41cf3c /src/gallium/targets/pipe-loader
parent501af7a1a0eab0d5d1d7427cbdbe50e783e5f447 (diff)
downloadexternal_mesa3d-0177ff0039613f5fbfffa90c9971cdef17550206.zip
external_mesa3d-0177ff0039613f5fbfffa90c9971cdef17550206.tar.gz
external_mesa3d-0177ff0039613f5fbfffa90c9971cdef17550206.tar.bz2
pipe-loader: use PTHREAD_LIBS over -lpthread
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'src/gallium/targets/pipe-loader')
-rw-r--r--src/gallium/targets/pipe-loader/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/pipe-loader/Makefile.am b/src/gallium/targets/pipe-loader/Makefile.am
index fae4fa3..ef11104 100644
--- a/src/gallium/targets/pipe-loader/Makefile.am
+++ b/src/gallium/targets/pipe-loader/Makefile.am
@@ -42,7 +42,7 @@ PIPE_LIBS = \
$(top_builddir)/src/gallium/drivers/galahad/libgalahad.la \
$(DLOPEN_LIBS) \
$(CLOCK_LIB) \
- -lpthread \
+ $(PTHREAD_LIBS) \
-lm
AM_LDFLAGS = \