Use pkgconfig to detect and configure liblttng-ust
[lttng-tools.git] / tests / regression / ust / baddr-statedump / Makefile.am
index bf51f94837f31feda2598298f006451802d7ecf0..253c9029fa2484e9eb34fab245d206bd5bd61671 100644 (file)
@@ -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
This page took 0.023561 seconds and 5 git commands to generate.