Update version to 0.16
[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
NC
7
8CFLAGS_trace_event_test.o = -I$(src)
9noinst_SCRIPTS = run
10EXTRA_DIST = run
This page took 0.029168 seconds and 4 git commands to generate.