From a39683c6dbba7c4c12a91458889e73673e0393df Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 25 Apr 2013 09:47:40 -0400 Subject: [PATCH] Fix: ctf-text should link on libbabeltrace-ctf Refs: #410 Signed-off-by: Mathieu Desnoyers --- formats/ctf-text/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/formats/ctf-text/Makefile.am b/formats/ctf-text/Makefile.am index 4d84d928..a7036c96 100644 --- a/formats/ctf-text/Makefile.am +++ b/formats/ctf-text/Makefile.am @@ -12,4 +12,5 @@ libbabeltrace_ctf_text_la_LDFLAGS = \ types/libctf-text-types.la libbabeltrace_ctf_text_la_LIBADD = \ - $(top_builddir)/lib/libbabeltrace.la + $(top_builddir)/lib/libbabeltrace.la \ + $(top_builddir)/formats/ctf/libbabeltrace-ctf.la -- 2.34.1