Move to kernel style SPDX license identifiers
[babeltrace.git] / tests / ctf-writer / Makefile.am
1 # SPDX-License-Identifier: MIT
2
3 AM_CPPFLAGS += -I$(top_srcdir)/tests/utils
4
5 noinst_PROGRAMS = ctf_writer
6
7 ctf_writer_SOURCES = ctf_writer.c
8 ctf_writer_LDADD = \
9 $(top_builddir)/tests/utils/tap/libtap.la \
10 $(top_builddir)/tests/utils/libtestcommon.la \
11 $(top_builddir)/src/ctf-writer/libbabeltrace2-ctf-writer.la \
12 $(top_builddir)/src/common/libbabeltrace2-common.la \
13 $(top_builddir)/src/logging/libbabeltrace2-logging.la
14
15
16 dist_check_SCRIPTS = test_ctf_writer
This page took 0.031577 seconds and 5 git commands to generate.