X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Ftrace_event%2FMakefile.am;h=3e2fe8154dd6f2e343c1f7fee983bb652bdfe5a3;hb=6d3fdb32373932dc6485e1c6947fd182308d50fd;hp=6de9a12fc2e55eae0bb3df3bbf40115f5d1b3018;hpb=6749958301e384d8491fb3509e3b089ef662d66a;p=ust.git diff --git a/tests/trace_event/Makefile.am b/tests/trace_event/Makefile.am index 6de9a12..3e2fe81 100644 --- a/tests/trace_event/Makefile.am +++ b/tests/trace_event/Makefile.am @@ -1,8 +1,9 @@ AM_CPPFLAGS = -I$(top_srcdir)/include noinst_PROGRAMS = trace_event_test -trace_event_test_SOURCES = trace_event_test.c -trace_event_test_LDADD = $(top_builddir)/libust/libust.la $(top_builddir)/libust-initializer.o +trace_event_test_SOURCES = trace_event_test.c trace_event_test.h +trace_event_test_LDADD = $(top_builddir)/libust/libust.la \ + $(top_builddir)/libust-initializer.o -lpthread -lrt CFLAGS_trace_event_test.o = -I$(src) noinst_SCRIPTS = run