From 354a5cad74c38d2211e7f0ad485cc302fe51b3f0 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Mon, 31 Mar 2014 13:05:14 +0100 Subject: [PATCH] pipe-loader: reorder PIPE_LIBS Reorder -lm, -lrt, -lpthreads and -ldl to be consistent with the rest of mesa. Signed-off-by: Emil Velikov --- src/gallium/targets/pipe-loader/Makefile.am | 4 ++-- 1 file 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 \ -- 2.7.4