Move to kernel style SPDX license identifiers
[babeltrace.git] / src / cli / Makefile.am
index fe4a8e2649da569104ecde95e66cb865c993a64a..bfe868a18d23b3d953f428cae9fc3376e578bd5c 100644 (file)
@@ -1,3 +1,5 @@
+# SPDX-License-Identifier: MIT
+
 PLUGINS_PATH = $(abs_top_builddir)/src/plugins
 LTTNG_UTILS_PLUGIN_PATH =
 
@@ -52,7 +54,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 \
This page took 0.023076 seconds and 4 git commands to generate.