Move to kernel style SPDX license identifiers
[babeltrace.git] / tests / ctf-writer / Makefile.am
CommitLineData
0235b0db
MJ
1# SPDX-License-Identifier: MIT
2
331731aa
MJ
3AM_CPPFLAGS += -I$(top_srcdir)/tests/utils
4
5noinst_PROGRAMS = ctf_writer
6
7ctf_writer_SOURCES = ctf_writer.c
8ctf_writer_LDADD = \
9 $(top_builddir)/tests/utils/tap/libtap.la \
10 $(top_builddir)/tests/utils/libtestcommon.la \
3b3873c8
SM
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
644e0364
MJ
15
16dist_check_SCRIPTS = test_ctf_writer
This page took 0.041196 seconds and 4 git commands to generate.