Fix libadd referring to text plugin
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 11 Oct 2016 14:46:59 +0000 (10:46 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sat, 27 May 2017 18:09:06 +0000 (14:09 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
plugins/muxer/Makefile.am

index 84fce07b8e47caa7aac61750340647af259a61cc..a142a856f96b0c6ca0e28bd7b8e009ae663156ae 100644 (file)
@@ -11,6 +11,6 @@ libbabeltrace_plugin_muxer_la_SOURCES = \
 libbabeltrace_plugin_muxer_la_LDFLAGS = \
        -version-info $(BABELTRACE_LIBRARY_VERSION)
 
-libbabeltrace_plugin_ctf_text_la_LIBADD = \
+libbabeltrace_plugin_muxer_la_LIBADD = \
        $(top_builddir)/lib/libbabeltrace.la \
        $(top_builddir)/formats/ctf/libbabeltrace-ctf.la
This page took 0.025555 seconds and 4 git commands to generate.