Move all sources to 'src/'
[lttng-ust.git] / tests / unit / snprintf / Makefile.am
index fe2ecd866c0611795dd57e8b9af2ca8a456c4dba..e4af591a7acd591037746c7b55e6df572720dc14 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/snprintf/libustsnprintf.la \
        $(top_builddir)/tests/utils/libtap.a
 
 EXTRA_DIST = README
This page took 0.023916 seconds and 4 git commands to generate.