Update version to v2.0.0-rc4
[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 \
9 $(top_builddir)/src/ctf-writer/libbabeltrace2-ctf-writer.la
644e0364
MJ
10
11dist_check_SCRIPTS = test_ctf_writer
This page took 0.035413 seconds and 4 git commands to generate.