Move to kernel style SPDX license identifiers
[lttng-ust.git] / tests / unit / snprintf / Makefile.am
... / ...
CommitLineData
1# SPDX-License-Identifier: LGPL-2.1-only
2
3AM_CPPFLAGS += -I$(top_srcdir)/tests/utils
4
5noinst_PROGRAMS = test_snprintf
6test_snprintf_SOURCES = snprintf.c
7test_snprintf_LDADD = $(top_builddir)/snprintf/libustsnprintf.la \
8 $(top_builddir)/tests/utils/libtap.a
9
10EXTRA_DIST = README
This page took 0.024087 seconds and 4 git commands to generate.