Build fix: Apps defining _LGPL_SOURCE must link to urcu-bp
[lttng-tools.git] / tests / utils / testapp / gen-ust-events / Makefile.am
index 1be58353c5429b4a696b1f7ad00ea5f031c8b876..0e726d11cedb97b448ebacb71e174ca7e95bea9c 100644 (file)
@@ -11,5 +11,5 @@ endif
 if HAVE_LIBLTTNG_UST_CTL
 noinst_PROGRAMS = gen-ust-events
 gen_ust_events_SOURCES = gen-ust-events.c tp.c tp.h
-gen_ust_events_LDADD = -llttng-ust
+gen_ust_events_LDADD = -llttng-ust -lurcu-bp
 endif
This page took 0.023861 seconds and 5 git commands to generate.