X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=tests%2Ftrace_event%2FMakefile.am;h=4d0957f2cf0ac4ed58e2ceb055f03a43a2ff9e4a;hb=e6e508c974088acd37ab97753632745f30eabe3e;hp=dcf23a77c9c4f56c3b04dd7cbf25eab57082bd27;hpb=a18071d177dc5d0c7a5b55e73867a893dd15386c;p=lttng-ust.git diff --git a/tests/trace_event/Makefile.am b/tests/trace_event/Makefile.am index dcf23a77..4d0957f2 100644 --- a/tests/trace_event/Makefile.am +++ b/tests/trace_event/Makefile.am @@ -2,8 +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 -EXTRA_DIST = run +CFLAGS_trace_event_test.o = -I$(src) $(AM_CFLAGS) +dist_noinst_SCRIPTS = run