From 2723b9e6d840f8f6d9367862e8f836d5a9fca5df Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Tue, 21 May 2013 09:39:41 -0400 Subject: [PATCH] Fix: missing dependency for liblttng-ust-tracepoint.so Fixes #538 Reported-by: Alexandros Frantzis Signed-off-by: Mathieu Desnoyers --- liblttng-ust/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/liblttng-ust/Makefile.am b/liblttng-ust/Makefile.am index cc105d7d..bda7ee87 100644 --- a/liblttng-ust/Makefile.am +++ b/liblttng-ust/Makefile.am @@ -12,7 +12,8 @@ liblttng_ust_tracepoint_la_SOURCES = \ jhash.h \ error.h liblttng_ust_tracepoint_la_LIBADD = \ - -lurcu-bp + -lurcu-bp \ + $(top_builddir)/snprintf/libustsnprintf.la liblttng_ust_tracepoint_la_LDFLAGS = -no-undefined -version-info $(LTTNG_UST_LIBRARY_VERSION) liblttng_ust_tracepoint_la_CFLAGS = -DUST_COMPONENT="liblttng_ust_tracepoint" -fno-strict-aliasing -- 2.34.1