Fix: liblttng-ust-tracepoint missing symbols when using ld "no-undefined"
[lttng-ust.git] / liblttng-ust / Makefile.am
index e68953a3e258313f2390545f31754bd300224835..36cb9a25038f0d871f40577bf5c40afc6b4f0f3e 100644 (file)
@@ -12,7 +12,10 @@ 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-support.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
 
This page took 0.024225 seconds and 4 git commands to generate.