Use pkgconfig to detect and configure liblttng-ust
[lttng-tools.git] / tests / regression / ust / daemon / Makefile.am
index 1a52b634b0e8e1ea1a9ff53b6c01006e3bcf106d..632f131d89f92d5790849c7d87360e367789c1c1 100644 (file)
@@ -2,7 +2,7 @@ AM_CPPFLAGS += -I$(srcdir)
 
 noinst_PROGRAMS = daemon
 daemon_SOURCES = daemon.c ust_tests_daemon.h
 
 noinst_PROGRAMS = daemon
 daemon_SOURCES = daemon.c ust_tests_daemon.h
-daemon_LDADD = -llttng-ust -llttng-ust-fork $(DL_LIBS)
+daemon_LDADD = $(UST_LIBS) -llttng-ust-fork $(DL_LIBS)
 
 noinst_SCRIPTS = test_daemon test_daemon.py
 EXTRA_DIST = test_daemon test_daemon.py
 
 noinst_SCRIPTS = test_daemon test_daemon.py
 EXTRA_DIST = test_daemon test_daemon.py
This page took 0.028058 seconds and 5 git commands to generate.