X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=src%2Fcli%2FMakefile.am;h=e5567843fcba6266bf56e3f27795583f61788592;hp=bc7627e91808c74c2e2f1c90900e4199a3594348;hb=5869b17917abc1d8db6b6c1696e00b5f2ec24eda;hpb=9a04e1a93faf83759056240c9eea704cbaef181c diff --git a/src/cli/Makefile.am b/src/cli/Makefile.am index bc7627e9..e5567843 100644 --- a/src/cli/Makefile.am +++ b/src/cli/Makefile.am @@ -30,8 +30,6 @@ babeltrace2_bin_SOURCES = \ babeltrace2-cfg-cli-args-connect.h \ babeltrace2-cfg-cli-args-default.h \ babeltrace2-cfg-cli-args-default.c \ - babeltrace2-cfg-cli-params-arg.c \ - babeltrace2-cfg-cli-params-arg.h \ babeltrace2-log-level.c \ babeltrace2-log-level.h \ babeltrace2-plugins.c \ @@ -60,7 +58,8 @@ babeltrace2_bin_LDADD = \ $(top_builddir)/src/compat/libcompat.la \ $(top_builddir)/src/common/libbabeltrace2-common.la \ $(top_builddir)/src/logging/libbabeltrace2-logging.la \ - $(top_builddir)/src/ctfser/libbabeltrace2-ctfser.la + $(top_builddir)/src/ctfser/libbabeltrace2-ctfser.la \ + $(top_builddir)/src/param-parse/libbabeltrace2-param-parse.la if ENABLE_BUILT_IN_PLUGINS # Takes a plugin name and outputs the needed LDFLAGS to embed it.