demo program: only depend on libdl
[lttng-ust.git] / 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.022873 seconds and 4 git commands to generate.