diff options
author | Emil Velikov <[email protected]> | 2014-03-27 20:21:52 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-03-31 13:02:47 +0100 |
commit | 0177ff0039613f5fbfffa90c9971cdef17550206 (patch) | |
tree | 83c041555c9dd9d6b6cbac3069f14d9c5d41cf3c /src/gallium/targets/pipe-loader/Makefile.am | |
parent | 501af7a1a0eab0d5d1d7427cbdbe50e783e5f447 (diff) |
pipe-loader: use PTHREAD_LIBS over -lpthread
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/gallium/targets/pipe-loader/Makefile.am')
-rw-r--r-- | src/gallium/targets/pipe-loader/Makefile.am | 2 |
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 fae4fa35378..ef1110476c6 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 = \ |