cli: move plugin loading code to its own file
[babeltrace.git] / src / cli / Makefile.am
index c4087b147c0cccc8688728e2fe3eec00d9f16471..ece7146bfb9a82cc144f6ae7619a50dcdf31c4f1 100644 (file)
@@ -32,7 +32,10 @@ babeltrace2_bin_SOURCES = \
        babeltrace2-cfg-cli-args-default.c \
        babeltrace2-cfg-cli-params-arg.c \
        babeltrace2-cfg-cli-params-arg.h \
-       logging.c logging.h
+       babeltrace2-plugins.c \
+       babeltrace2-plugins.h \
+       logging.c \
+       logging.h
 
 # -Wl,--no-as-needed is needed for recent gold linker who seems to think
 # it knows better and considers libraries with constructors having
This page took 0.02413 seconds and 4 git commands to generate.