Cleanup: dlmopen detection
[lttng-tools.git] / tests / regression / ust / overlap / demo / Makefile.am
index 4d4efb154b5542da867b37817199e8e9582d107d..fbb399cd4e3fae2ccaa457614a3ec74f3c0c3b21 100644 (file)
@@ -35,12 +35,7 @@ noinst_LTLIBRARIES = liblttng-ust-provider-ust-tests-demo.la \
 noinst_PROGRAMS = demo
 demo_SOURCES = demo.c ust_tests_demo.h
 # The demo program only depends on libdl/libc for dlopen().
-if LTTNG_TOOLS_BUILD_WITH_LIBDL
-demo_LDADD = -ldl
-endif
-if LTTNG_TOOLS_BUILD_WITH_LIBC_DL
-demo_LDADD = -lc
-endif
+demo_LDADD = $(DL_LIBS)
 
 noinst_SCRIPTS = demo-trace
 EXTRA_DIST = demo-trace
This page took 0.023896 seconds and 5 git commands to generate.