demo program: only depend on libdl
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 29 Nov 2011 13:08:55 +0000 (08:08 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 29 Nov 2011 13:08:55 +0000 (08:08 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
tests/demo/Makefile.am

index 1988dac46951d0dafe80835a0d6a2d1967b1b5a5..05a1d807a723d7b75d952716e8b603265e0b7650 100644 (file)
@@ -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
This page took 0.025474 seconds and 4 git commands to generate.