Fix: src.ctf.fs: initialize the other_entry variable
[babeltrace.git] / tests / plugins / src.ctf.fs / succeed / Makefile.am
CommitLineData
e30aed9e
PP
1dist_check_SCRIPTS = test_succeed
2
e30aed9e 3# CTF trace generators
3b3873c8
SM
4GEN_TRACE_LDADD = \
5 $(top_builddir)/src/ctf-writer/libbabeltrace2-ctf-writer.la \
6 $(top_builddir)/src/common/libbabeltrace2-common.la \
7 $(top_builddir)/src/logging/libbabeltrace2-logging.la
e30aed9e
PP
8
9gen_trace_simple_SOURCES = gen-trace-simple.c
10gen_trace_simple_LDADD = $(GEN_TRACE_LDADD)
11
12noinst_PROGRAMS = \
13 gen-trace-simple
This page took 0.041065 seconds and 4 git commands to generate.