Move all sources to 'src/'
[lttng-ust.git] / tests / unit / snprintf / Makefile.am
CommitLineData
c0c0989a
MJ
1# SPDX-License-Identifier: LGPL-2.1-only
2
fb54defd 3AM_CPPFLAGS += -I$(top_srcdir)/tests/utils
3fa2687d 4
37b3de59
MJ
5noinst_PROGRAMS = test_snprintf
6test_snprintf_SOURCES = snprintf.c
9d4c8b2d
MJ
7test_snprintf_LDADD = \
8 $(top_builddir)/src/snprintf/libustsnprintf.la \
9a4b88ff 9 $(top_builddir)/tests/utils/libtap.a
e6e508c9
MJ
10
11EXTRA_DIST = README
This page took 0.030432 seconds and 4 git commands to generate.