Fix tracepoint test with deprecated API
[ust.git] / tests / tracepoint / Makefile.am
1 SUBDIRS = benchmark
2
3 AM_CPPFLAGS = -I$(top_srcdir)/include
4
5 noinst_PROGRAMS = tracepoint_test
6 tracepoint_test_SOURCES = tracepoint_test.c tracepoint_test.h
7 tracepoint_test_LDADD = $(top_builddir)/libust/libust.la $(top_builddir)/libust-initializer.o
8
9 CFLAGS_tracepoint_test.o = -I$(src)
10 noinst_SCRIPTS = run
11 EXTRA_DIST = run
This page took 0.029394 seconds and 4 git commands to generate.