Update version to 0.16
[ust.git] / tests / trace_event / Makefile.am
1 AM_CPPFLAGS = -I$(top_srcdir)/include
2
3 noinst_PROGRAMS = trace_event_test
4 trace_event_test_SOURCES = trace_event_test.c trace_event_test.h
5 trace_event_test_LDADD = $(top_builddir)/libust/libust.la \
6 $(top_builddir)/libust-initializer.o -lpthread -lrt
7
8 CFLAGS_trace_event_test.o = -I$(src)
9 noinst_SCRIPTS = run
10 EXTRA_DIST = run
This page took 0.028988 seconds and 4 git commands to generate.