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