Enforce DL_LIBS value instead of hard coded -ldl
[lttng-tools.git] / tests / regression / ust / ust-dl / Makefile.am
index 9889e85a49ad1b3179dfbd12d9eeb2a5946d538a..c51e072fc62efedd157c2a25aa9881c54e9ca319 100644 (file)
@@ -19,7 +19,7 @@ AM_CPPFLAGS += -I$(srcdir) -g
 
 noinst_PROGRAMS = prog
 prog_SOURCES = prog.c
-prog_LDADD = -ldl
+prog_LDADD = $(DL_LIBS)
 
 noinst_LTLIBRARIES = libzzz.la libbar.la libfoo.la libtp.la
 
This page took 0.022899 seconds and 4 git commands to generate.