X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2Ftracepoint%2Fbenchmark%2FMakefile.am;h=4a387074c4f9aca09d33898a728cddaf469a292f;hb=db833f805ed00e722fe27767353f25bca5ad0962;hp=1080b44805f414f512647c060ea2ed931b9654c8;hpb=952ac385ed9783a38bc5ad2611d424a18286f206;p=lttng-ust.git diff --git a/tests/tracepoint/benchmark/Makefile.am b/tests/tracepoint/benchmark/Makefile.am index 1080b448..4a387074 100644 --- a/tests/tracepoint/benchmark/Makefile.am +++ b/tests/tracepoint/benchmark/Makefile.am @@ -4,4 +4,4 @@ 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 -lpthread -CFLAGS_tracepoint_benchmark.o = -I$(src) -g +CFLAGS_tracepoint_benchmark.o = -I$(src) -g $(AM_CFLAGS)