From 704c168223dd5b7f02fd88495a980fb46a83eb6a Mon Sep 17 00:00:00 2001 From: Julien Desfossez Date: Thu, 17 Feb 2011 11:37:44 -0500 Subject: [PATCH] Fix some missing links Signed-off-by: Julien Desfossez --- ust-systemtap-tracepoints/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ust-systemtap-tracepoints/Makefile b/ust-systemtap-tracepoints/Makefile index 1818977..e38910f 100644 --- a/ust-systemtap-tracepoints/Makefile +++ b/ust-systemtap-tracepoints/Makefile @@ -1,6 +1,6 @@ CC=gcc CFLAGS=-g -Wall -DHAVE_SYSTEMTAP -LDFLAGS=-lust +LDFLAGS=-lust -lpthread -lurcu-bp DTRACE=dtrace STAP=stap -- 2.34.1