Enforce DL_LIBS value instead of hard coded -ldl
[lttng-tools.git] / tests / regression / ust / baddr-statedump / Makefile.am
index bf32717978734c3d5ade23f6be245a85f4775ab4..bf51f94837f31feda2598298f006451802d7ecf0 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 -ldl
+prog_LDADD = -llttng-ust $(DL_LIBS)
 
 noinst_SCRIPTS = test_baddr-statedump test_baddr-statedump.py
 EXTRA_DIST = test_baddr-statedump test_baddr-statedump.py
This page took 0.022888 seconds and 4 git commands to generate.