cli: use argpar for top-level args
[babeltrace.git] / src / cli / Makefile.am
index fdee56c106c5b0e7b9f1a618ece3dbab366aa821..d8946e448245f61a0bb04c1c1272bcc5ce5445d9 100644 (file)
@@ -54,6 +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/lib/libbabeltrace2.la \
        $(top_builddir)/src/compat/libcompat.la \
        $(top_builddir)/src/common/libbabeltrace2-common.la \
This page took 0.023809 seconds and 4 git commands to generate.