a4f1f7418ec62647b2a3f5f481ec3a23ab302448
[babeltrace.git] / tests / ctf-writer / Makefile.am
1 AM_CPPFLAGS += -I$(top_srcdir)/tests/utils
2
3 noinst_PROGRAMS = ctf_writer
4
5 ctf_writer_SOURCES = ctf_writer.c
6 ctf_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
10
11 dist_check_SCRIPTS = test_ctf_writer
This page took 0.028986 seconds and 3 git commands to generate.