Commit | Line | Data |
---|---|---|
91594b71 MD |
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 |