Fix a broken test makefile
[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
67499583
NC
5trace_event_test_LDADD = $(top_builddir)/libust/libust.la $(top_builddir)/libust-initializer.o
6
7CFLAGS_trace_event_test.o = -I$(src)
8noinst_SCRIPTS = run
9EXTRA_DIST = run
This page took 0.021757 seconds and 4 git commands to generate.