lib: mark bt_common_assert_failed as hidden
[babeltrace.git] / tests / plugins / sink.ctf.fs / succeed / Makefile.am
index 4663157a4b43e3ec9a6b46eb1b3160543f929562..fd268311db1ed368a1ca5d1a00e4979e802a9639 100644 (file)
@@ -1,7 +1,10 @@
 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_float_SOURCES = gen-trace-float.c
 gen_trace_float_LDADD = $(GEN_TRACE_LDADD)
This page took 0.023248 seconds and 4 git commands to generate.