Add UST vs SystemTAP scalability test
[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
6
7 CFLAGS_tracepoint_benchmark.o = -I$(src) -g
This page took 0.031581 seconds and 4 git commands to generate.