X-Git-Url: https://git.lttng.org/?p=ust.git;a=blobdiff_plain;f=tests%2Ftrace_event%2FMakefile.am;h=3e2fe8154dd6f2e343c1f7fee983bb652bdfe5a3;hp=dcf23a77c9c4f56c3b04dd7cbf25eab57082bd27;hb=6d3fdb32373932dc6485e1c6947fd182308d50fd;hpb=0222e1213f196b66cbc08cd29093aca4a28e9ffb diff --git a/tests/trace_event/Makefile.am b/tests/trace_event/Makefile.am index dcf23a7..3e2fe81 100644 --- a/tests/trace_event/Makefile.am +++ b/tests/trace_event/Makefile.am @@ -2,7 +2,8 @@ AM_CPPFLAGS = -I$(top_srcdir)/include noinst_PROGRAMS = trace_event_test 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 +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