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