Add missing -lpthread to some tests
[ust.git] / tests / tracepoint / benchmark / Makefile.am
index 50f7bf58715daeac25d2f887ea82c70a11d16405..1080b44805f414f512647c060ea2ed931b9654c8 100644 (file)
@@ -2,6 +2,6 @@ AM_CPPFLAGS = -I$(top_srcdir)/include
 
 noinst_PROGRAMS = tracepoint_benchmark
 tracepoint_benchmark_SOURCES = tracepoint_benchmark.c tracepoint_benchmark.h
-tracepoint_benchmark_LDADD = $(top_builddir)/libust/libust.la $(top_builddir)/libust-initializer.o
+tracepoint_benchmark_LDADD = $(top_builddir)/libust/libust.la $(top_builddir)/libust-initializer.o -lpthread
 
 CFLAGS_tracepoint_benchmark.o = -I$(src) -g
This page took 0.0225 seconds and 4 git commands to generate.