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