X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Futils%2Ftestapp%2Fgen-ust-events%2FMakefile.am;fp=tests%2Futils%2Ftestapp%2Fgen-ust-events%2FMakefile.am;h=f377de58b72458b262e8b3c511ae6fd84fbadec3;hp=4b1c2173bfc6e39a9be6cb2ed9a0afcf29621b65;hb=7ccba6cb4d96e233ad7fa3cd412a44829781dd17;hpb=729b50db64128a0e61dca8851bb870c77a3253da diff --git a/tests/utils/testapp/gen-ust-events/Makefile.am b/tests/utils/testapp/gen-ust-events/Makefile.am index 4b1c2173b..f377de58b 100644 --- a/tests/utils/testapp/gen-ust-events/Makefile.am +++ b/tests/utils/testapp/gen-ust-events/Makefile.am @@ -6,7 +6,7 @@ AM_CPPFLAGS += -I$(top_srcdir)/tests/utils -I$(srcdir) \ if HAVE_LIBLTTNG_UST_CTL noinst_PROGRAMS = gen-ust-events gen_ust_events_SOURCES = gen-ust-events.c tp.c tp.h -gen_ust_events_LDADD = $(UST_LIBS) $(URCU_BP_LIBS) \ +gen_ust_events_LDADD = $(UST_LIBS) \ $(top_builddir)/tests/utils/libtestutils.la \ $(DL_LIBS) endif