cpp-common/bt2c/fmt.hpp: use `wise_enum::string_type` in `EnableIfIsWiseEnum` definition
[babeltrace.git] / tests / plugins / src.ctf.fs / succeed / Makefile.am
1 # SPDX-License-Identifier: MIT
2
3 dist_check_SCRIPTS = test-succeed.sh
4
5 # CTF trace generators
6 GEN_TRACE_LDADD = \
7 $(top_builddir)/src/ctf-writer/libbabeltrace2-ctf-writer.la \
8 $(top_builddir)/src/common/libcommon.la \
9 $(top_builddir)/src/logging/liblogging.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.029674 seconds and 4 git commands to generate.