From ec83535c83c748b067ecf4548e5396fef8719725 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Tue, 4 Dec 2012 09:25:13 +1000 Subject: 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 --- src/gallium/targets/pipe-loader/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/targets') diff --git a/src/gallium/targets/pipe-loader/Makefile b/src/gallium/targets/pipe-loader/Makefile index f15cd250308..b8688edcf53 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) -- cgit v1.2.3