Add missing files to distribution
[lttng-ust.git] / tests / trace_event / Makefile.am
CommitLineData
67499583
NC
1AM_CPPFLAGS = -I$(top_srcdir)/include
2
3noinst_PROGRAMS = trace_event_test
a18071d1 4trace_event_test_SOURCES = trace_event_test.c trace_event_test.h
6d3fdb32
MD
5trace_event_test_LDADD = $(top_builddir)/libust/libust.la \
6 $(top_builddir)/libust-initializer.o -lpthread -lrt
67499583 7
e1c62734 8CFLAGS_trace_event_test.o = -I$(src) $(AM_CFLAGS)
e6e508c9 9dist_noinst_SCRIPTS = run
This page took 0.029245 seconds and 4 git commands to generate.