Add missing -lpthread to some tests
[ust.git] / tests / tracepoint / benchmark / Makefile.am
CommitLineData
91594b71
MD
1AM_CPPFLAGS = -I$(top_srcdir)/include
2
3noinst_PROGRAMS = tracepoint_benchmark
4tracepoint_benchmark_SOURCES = tracepoint_benchmark.c tracepoint_benchmark.h
952ac385 5tracepoint_benchmark_LDADD = $(top_builddir)/libust/libust.la $(top_builddir)/libust-initializer.o -lpthread
91594b71
MD
6
7CFLAGS_tracepoint_benchmark.o = -I$(src) -g
This page took 0.02273 seconds and 4 git commands to generate.