Add an internal 'libcommon' for utils
[lttng-ust.git] / tests / unit / snprintf / Makefile.am
index fe2ecd866c0611795dd57e8b9af2ca8a456c4dba..cfc232a6e1c4e783f3c2fc58cf53df0328478c7b 100644 (file)
@@ -4,7 +4,8 @@ AM_CPPFLAGS += -I$(top_srcdir)/tests/utils
 
 noinst_PROGRAMS = test_snprintf
 test_snprintf_SOURCES = snprintf.c
-test_snprintf_LDADD = $(top_builddir)/snprintf/libustsnprintf.la \
+test_snprintf_LDADD = \
+       $(top_builddir)/src/common/snprintf/libsnprintf.la \
        $(top_builddir)/tests/utils/libtap.a
 
 EXTRA_DIST = README
This page took 0.023619 seconds and 4 git commands to generate.