Move to kernel style SPDX license identifiers
[babeltrace.git] / tests / plugins / src.ctf.fs / succeed / Makefile.am
1 # SPDX-License-Identifier: MIT
2
3 dist_check_SCRIPTS = test_succeed
4
5 # CTF trace generators
6 GEN_TRACE_LDADD = \
7 $(top_builddir)/src/ctf-writer/libbabeltrace2-ctf-writer.la \
8 $(top_builddir)/src/common/libbabeltrace2-common.la \
9 $(top_builddir)/src/logging/libbabeltrace2-logging.la
10
11 gen_trace_simple_SOURCES = gen-trace-simple.c
12 gen_trace_simple_LDADD = $(GEN_TRACE_LDADD)
13
14 noinst_PROGRAMS = \
15 gen-trace-simple
This page took 0.029217 seconds and 4 git commands to generate.