Fix: src.ctf.fs: initialize the other_entry variable
[babeltrace.git] / tests / ctf-writer / Makefile.am
CommitLineData
331731aa
MJ
1AM_CPPFLAGS += -I$(top_srcdir)/tests/utils
2
3noinst_PROGRAMS = ctf_writer
4
5ctf_writer_SOURCES = ctf_writer.c
6ctf_writer_LDADD = \
7 $(top_builddir)/tests/utils/tap/libtap.la \
8 $(top_builddir)/tests/utils/libtestcommon.la \
3b3873c8
SM
9 $(top_builddir)/src/ctf-writer/libbabeltrace2-ctf-writer.la \
10 $(top_builddir)/src/common/libbabeltrace2-common.la \
11 $(top_builddir)/src/logging/libbabeltrace2-logging.la
12
644e0364
MJ
13
14dist_check_SCRIPTS = test_ctf_writer
This page took 0.040416 seconds and 4 git commands to generate.