tests: Move ctf-writer to it's own directory
[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
This page took 0.023186 seconds and 4 git commands to generate.