Move all sources to 'src/'
[lttng-ust.git] / tests / unit / snprintf / Makefile.am
index db0aca938259348192fe03bd8f05793fb97f0396..e4af591a7acd591037746c7b55e6df572720dc14 100644 (file)
@@ -1,8 +1,11 @@
+# SPDX-License-Identifier: LGPL-2.1-only
+
 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.023487 seconds and 4 git commands to generate.