X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=tests%2Ftracepoint%2Fbenchmark%2FMakefile.am;h=4a387074c4f9aca09d33898a728cddaf469a292f;hb=e1c62734a4c511d6ba3b3b240486b5034ba7bd99;hp=1080b44805f414f512647c060ea2ed931b9654c8;hpb=093c3f9bbdda113147ab03be62aaa37bd1c786b4;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)