1080b44805f414f512647c060ea2ed931b9654c8
[lttng-ust.git] / tests / tracepoint / benchmark / Makefile.am
1 AM_CPPFLAGS = -I$(top_srcdir)/include
2
3 noinst_PROGRAMS = tracepoint_benchmark
4 tracepoint_benchmark_SOURCES = tracepoint_benchmark.c tracepoint_benchmark.h
5 tracepoint_benchmark_LDADD = $(top_builddir)/libust/libust.la $(top_builddir)/libust-initializer.o -lpthread
6
7 CFLAGS_tracepoint_benchmark.o = -I$(src) -g
This page took 0.029533 seconds and 3 git commands to generate.