From: Mathieu Desnoyers Date: Tue, 29 Nov 2011 13:08:55 +0000 (-0500) Subject: demo program: only depend on libdl X-Git-Tag: v1.9.1~52 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=abe03423f290362d5b2e3ce37982e321baa466dc;p=lttng-ust.git demo program: only depend on libdl Signed-off-by: Mathieu Desnoyers --- diff --git a/tests/demo/Makefile.am b/tests/demo/Makefile.am index 1988dac4..05a1d807 100644 --- a/tests/demo/Makefile.am +++ b/tests/demo/Makefile.am @@ -1,4 +1,6 @@ AM_CPPFLAGS = -I$(top_srcdir)/include +# The demo program only depends on libdl. +LIBS = -ldl lib_LTLIBRARIES = liblttng-ust-provider-ust-tests-demo.la \ liblttng-ust-provider-ust-tests-demo3.la