X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=src%2Fcli%2FMakefile.am;h=55bad125e0186e1a7d86dab7bca2173369e2cdd7;hb=cf8da540c111e773ce9c56b345cc54b05bc4bc06;hp=fe4a8e2649da569104ecde95e66cb865c993a64a;hpb=7d30475f16814c503a3f3188de7bc85dd029d887;p=babeltrace.git diff --git a/src/cli/Makefile.am b/src/cli/Makefile.am index fe4a8e26..55bad125 100644 --- a/src/cli/Makefile.am +++ b/src/cli/Makefile.am @@ -52,7 +52,7 @@ babeltrace2_bin_LDFLAGS = $(LD_NO_AS_NEEDED) # not discard the plugins since the CLI does not use their symbols # directly). babeltrace2_bin_LDADD = \ - $(top_builddir)/src/argpar/libbabeltrace2-argpar.la \ + $(top_builddir)/src/argpar/libargpar.la \ $(top_builddir)/src/autodisc/libbabeltrace2-autodisc.la \ $(top_builddir)/src/param-parse/libbabeltrace2-param-parse.la \ $(top_builddir)/src/string-format/libbabeltrace2-string-format.la \