summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/pipe-loader
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2014-03-31 13:05:14 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2014-03-31 13:05:36 +0100
commit354a5cad74c38d2211e7f0ad485cc302fe51b3f0 (patch)
tree80234756907dd4d824df7c7e7bfdff1ed1039bf0 /src/gallium/targets/pipe-loader
parent0177ff0039613f5fbfffa90c9971cdef17550206 (diff)
downloadexternal_mesa3d-354a5cad74c38d2211e7f0ad485cc302fe51b3f0.zip
external_mesa3d-354a5cad74c38d2211e7f0ad485cc302fe51b3f0.tar.gz
external_mesa3d-354a5cad74c38d2211e7f0ad485cc302fe51b3f0.tar.bz2
pipe-loader: reorder PIPE_LIBS
Reorder -lm, -lrt, -lpthreads and -ldl to be consistent with the rest of mesa. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Diffstat (limited to 'src/gallium/targets/pipe-loader')
-rw-r--r--src/gallium/targets/pipe-loader/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/targets/pipe-loader/Makefile.am b/src/gallium/targets/pipe-loader/Makefile.am
index ef11104..6e78a75 100644
--- a/src/gallium/targets/pipe-loader/Makefile.am
+++ b/src/gallium/targets/pipe-loader/Makefile.am
@@ -40,10 +40,10 @@ PIPE_LIBS = \
$(top_builddir)/src/gallium/drivers/rbug/librbug.la \
$(top_builddir)/src/gallium/drivers/trace/libtrace.la \
$(top_builddir)/src/gallium/drivers/galahad/libgalahad.la \
- $(DLOPEN_LIBS) \
+ -lm \
$(CLOCK_LIB) \
$(PTHREAD_LIBS) \
- -lm
+ $(DLOPEN_LIBS)
AM_LDFLAGS = \
-module \