X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=tests%2Fctf-writer%2FMakefile.am;h=4bd97d2612952cb87e1c6113d7a315e5c0a743e2;hb=2b9b078ca85eb586f8bb3c3f9c13da691090e035;hp=e453ec76d9e70d8eb7faf43d62a7153d1c050190;hpb=3b3873c8cbcad1728230e5e12183e7705681193a;p=babeltrace.git diff --git a/tests/ctf-writer/Makefile.am b/tests/ctf-writer/Makefile.am index e453ec76..4bd97d26 100644 --- a/tests/ctf-writer/Makefile.am +++ b/tests/ctf-writer/Makefile.am @@ -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/common/libcommon.la \ + $(top_builddir)/src/logging/liblogging.la -dist_check_SCRIPTS = test_ctf_writer +dist_check_SCRIPTS = test-ctf-writer.sh