Support older autotools
[lttng-ust.git] / tests / demo / Makefile.am
index 1988dac46951d0dafe80835a0d6a2d1967b1b5a5..f3f06dc17491166d368f5c74c907e934eeea9f84 100644 (file)
@@ -18,3 +18,5 @@ liblttng_ust_provider_ust_tests_demo3_la_LIBADD = \
 
 noinst_PROGRAMS = demo
 demo_SOURCES = demo.c ust_tests_demo.h
+# The demo program only depends on libdl.
+demo_LIBS = -ldl
This page took 0.029588 seconds and 4 git commands to generate.