X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fregression%2Fust%2Fbaddr-statedump%2FMakefile.am;h=253c9029fa2484e9eb34fab245d206bd5bd61671;hp=bf51f94837f31feda2598298f006451802d7ecf0;hb=20dd2de1fa1efe1519d1b6e88386efa89d60d1b9;hpb=1a1986cee77301b30e22b83a57a9d20224ff08e7 diff --git a/tests/regression/ust/baddr-statedump/Makefile.am b/tests/regression/ust/baddr-statedump/Makefile.am index bf51f9483..253c9029f 100644 --- a/tests/regression/ust/baddr-statedump/Makefile.am +++ b/tests/regression/ust/baddr-statedump/Makefile.am @@ -6,7 +6,7 @@ AM_CPPFLAGS += -I$(srcdir) -g noinst_PROGRAMS = prog prog_SOURCES = prog.c tp.c tp.h -prog_LDADD = -llttng-ust $(DL_LIBS) +prog_LDADD = $(UST_LIBS) $(DL_LIBS) noinst_SCRIPTS = test_baddr-statedump test_baddr-statedump.py EXTRA_DIST = test_baddr-statedump test_baddr-statedump.py