X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=liblttng-ust-dl%2FMakefile.am;h=ef6702200dc99b9d1b02f347f6b195f792f58097;hb=eae3c72949135b48639440468dc78ea1d5e937e9;hp=b92c509282c5543d165dc0c1620c74681274f1c6;hpb=c0c0989ab70574e09b2f7e8b48c2da6af664a849;p=lttng-ust.git diff --git a/liblttng-ust-dl/Makefile.am b/liblttng-ust-dl/Makefile.am index b92c5092..ef670220 100644 --- a/liblttng-ust-dl/Makefile.am +++ b/liblttng-ust-dl/Makefile.am @@ -10,6 +10,7 @@ liblttng_ust_dl_la_SOURCES = \ liblttng_ust_dl_la_LIBADD = \ $(top_builddir)/liblttng-ust/liblttng-ust.la \ + $(top_builddir)/snprintf/libustsnprintf.la \ $(DL_LIBS) liblttng_ust_dl_la_CFLAGS = -DUST_COMPONENT=liblttng-ust-dl $(AM_CFLAGS)