Use pkgconfig to detect and configure liblttng-ust
[lttng-tools.git] / tests / regression / ust / fork / Makefile.am
index 2c79db658f30852c3c7d03bbb31764ecaf9b5e45..0c6ca2aa770b40881e3b4dcdce92ddce88c50718 100644 (file)
@@ -2,10 +2,10 @@ AM_CPPFLAGS += -I$(srcdir)
 
 noinst_PROGRAMS = fork fork2
 fork_SOURCES = fork.c ust_tests_fork.h
-fork_LDADD = -llttng-ust -llttng-ust-fork $(DL_LIBS)
+fork_LDADD = $(UST_LIBS) -llttng-ust-fork $(DL_LIBS)
 
 fork2_SOURCES = fork2.c
-fork2_LDADD = -llttng-ust -llttng-ust-fork $(DL_LIBS)
+fork2_LDADD = $(UST_LIBS) -llttng-ust-fork $(DL_LIBS)
 
 noinst_SCRIPTS = test_fork test_fork.py
 EXTRA_DIST = test_fork test_fork.py
This page took 0.022313 seconds and 4 git commands to generate.