summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/pipe-loader
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2012-12-04 09:25:13 +1000
committerDave Airlie <airlied@gmail.com>2012-12-04 18:02:07 +1000
commitec83535c83c748b067ecf4548e5396fef8719725 (patch)
tree5c33fb89c8bf30d918b5bbf3a1cd842225b09fdc /src/gallium/targets/pipe-loader
parenta853301fb7428138618cab67542e401afb808fbf (diff)
downloadexternal_mesa3d-ec83535c83c748b067ecf4548e5396fef8719725.zip
external_mesa3d-ec83535c83c748b067ecf4548e5396fef8719725.tar.gz
external_mesa3d-ec83535c83c748b067ecf4548e5396fef8719725.tar.bz2
automake/gallium: attempt to fix -lrt
fix non-automake bits in pipe-load to. Should fix: http://bugs.freedesktop.org/57852 Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'src/gallium/targets/pipe-loader')
-rw-r--r--src/gallium/targets/pipe-loader/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/pipe-loader/Makefile b/src/gallium/targets/pipe-loader/Makefile
index f15cd25..b8688ed 100644
--- a/src/gallium/targets/pipe-loader/Makefile
+++ b/src/gallium/targets/pipe-loader/Makefile
@@ -24,7 +24,7 @@ PIPE_LIBS = \
$(TOP)/src/gallium/drivers/rbug/librbug.a \
$(GALLIUM_AUXILIARIES)
-PIPE_SYS = $(LIBDRM_LIBS) -lm -lpthread $(DLOPEN_LIBS)
+PIPE_SYS = $(LIBDRM_LIBS) -lm -lpthread $(CLOCK_LIB) $(DLOPEN_LIBS)
PIPE_CFLAGS = $(LIBDRM_CFLAGS)