fd268311db1ed368a1ca5d1a00e4979e802a9639
[babeltrace.git] / tests / plugins / sink.ctf.fs / succeed / Makefile.am
1 dist_check_SCRIPTS = test_succeed
2
3 # CTF trace generators
4 GEN_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
8
9 gen_trace_float_SOURCES = gen-trace-float.c
10 gen_trace_float_LDADD = $(GEN_TRACE_LDADD)
11 gen_trace_double_SOURCES = gen-trace-double.c
12 gen_trace_double_LDADD = $(GEN_TRACE_LDADD)
13
14 noinst_PROGRAMS = \
15 gen-trace-float \
16 gen-trace-double
This page took 0.030159 seconds and 3 git commands to generate.