Move to kernel style SPDX license identifiers
[babeltrace.git] / tests / plugins / src.ctf.fs / succeed / Makefile.am
index 4a562ccc3579569e847ca3b238ceffbbd40c5921..2cfbe2d93f9965afd797e9bf1ecd3e23427e40c3 100644 (file)
@@ -1,12 +1,12 @@
-dist_check_SCRIPTS = test_succeed
+# SPDX-License-Identifier: MIT
 
-# Expectation files
-EXTRA_DIST = \
-       trace-smalltrace.expect \
-       trace-simple.expect
+dist_check_SCRIPTS = test_succeed
 
 # CTF trace generators
-GEN_TRACE_LDADD = $(top_builddir)/src/ctf-writer/libbabeltrace2-ctf-writer.la
+GEN_TRACE_LDADD = \
+       $(top_builddir)/src/ctf-writer/libbabeltrace2-ctf-writer.la \
+       $(top_builddir)/src/common/libbabeltrace2-common.la \
+       $(top_builddir)/src/logging/libbabeltrace2-logging.la
 
 gen_trace_simple_SOURCES = gen-trace-simple.c
 gen_trace_simple_LDADD = $(GEN_TRACE_LDADD)
This page took 0.0236 seconds and 4 git commands to generate.