lib: remove INVALID_PARAMS status
[babeltrace.git] / src / cli / Makefile.am
index b8b1a7aa6b2cb5602641a3e6a2b97efbb7ab3810..8c8717571aa9ef445cd94dac675bf4243fe71397 100644 (file)
@@ -13,6 +13,10 @@ endif
 
 AM_CPPFLAGS += '-DCONFIG_IN_TREE_PLUGIN_PATH="$(IN_TREE_PLUGIN_PATH)"'
 
+if ENABLE_PYTHON_PLUGINS
+AM_CPPFLAGS += '-DCONFIG_IN_TREE_PROVIDER_DIR="$(abs_top_builddir)/src/python-plugin-provider/.libs"'
+endif
+
 bin_PROGRAMS = babeltrace2.bin babeltrace2-log.bin
 noinst_PROGRAMS = babeltrace2 babeltrace2-log
 
@@ -26,7 +30,14 @@ babeltrace2_bin_SOURCES = \
        babeltrace2-cfg-cli-args-connect.h \
        babeltrace2-cfg-cli-args-default.h \
        babeltrace2-cfg-cli-args-default.c \
-       logging.c logging.h
+       babeltrace2-cfg-cli-params-arg.c \
+       babeltrace2-cfg-cli-params-arg.h \
+       babeltrace2-cfg-src-auto-disc.c \
+       babeltrace2-cfg-src-auto-disc.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.023678 seconds and 4 git commands to generate.