Use pkgconfig to detect and configure liblttng-ust
[lttng-tools.git] / tests / regression / ust / libc-wrapper / Makefile.am
index 2a800728eb0fd6f5cd6d57500ac101ecffce2dfe..e1f1fec5890d9151ada7c961b6867e67e54dd8d9 100644 (file)
@@ -1,6 +1,6 @@
 noinst_PROGRAMS = prog
 prog_SOURCES = prog.c
-prog_LDADD = -llttng-ust -llttng-ust-libc-wrapper
+prog_LDADD = $(UST_LIBS) -llttng-ust-libc-wrapper
 
 noinst_SCRIPTS = test_libc-wrapper test_libc-wrapper.py
 EXTRA_DIST = test_libc-wrapper test_libc-wrapper.py
This page took 0.023727 seconds and 5 git commands to generate.