Reduce the number of Makefiles in 'src/' even MOAR!
[babeltrace.git] / tests / ctf-writer / Makefile.am
index e453ec76d9e70d8eb7faf43d62a7153d1c050190..807f54db57797afafb6ab89f64e8fabd165c5b6c 100644 (file)
@@ -1,14 +1,16 @@
+# SPDX-License-Identifier: MIT
+
 AM_CPPFLAGS += -I$(top_srcdir)/tests/utils
 
-noinst_PROGRAMS = ctf_writer
+noinst_PROGRAMS = ctf-writer
 
-ctf_writer_SOURCES = ctf_writer.c
+ctf_writer_SOURCES = ctf-writer.c
 ctf_writer_LDADD = \
        $(top_builddir)/tests/utils/tap/libtap.la \
        $(top_builddir)/tests/utils/libtestcommon.la \
        $(top_builddir)/src/ctf-writer/libbabeltrace2-ctf-writer.la \
        $(top_builddir)/src/common/libbabeltrace2-common.la \
-       $(top_builddir)/src/logging/libbabeltrace2-logging.la
+       $(top_builddir)/src/logging/liblogging.la
 
 
-dist_check_SCRIPTS = test_ctf_writer
+dist_check_SCRIPTS = test-ctf-writer.sh
This page took 0.023835 seconds and 4 git commands to generate.