Add missing files to distribution
[lttng-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 #FIXME: this test is broken:
10 #ust/tests/tracepoint/tracepoint_test.c:64: undefined reference to
11 #`register_trace_ust_event_msg'
12 #CFLAGS_tracepoint_test.o = -I$(src) $(AM_CFLAGS)
13
14 dist_noinst_SCRIPTS = run
This page took 0.028571 seconds and 4 git commands to generate.