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