dcf23a77c9c4f56c3b04dd7cbf25eab57082bd27
[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 $(top_builddir)/libust-initializer.o
6
7 CFLAGS_trace_event_test.o = -I$(src)
8 noinst_SCRIPTS = run
9 EXTRA_DIST = run
This page took 0.030003 seconds and 3 git commands to generate.