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