lib: rename INVALID_OBJECT status to UNKNOWN_OBJECT
[babeltrace.git] / src / cli / Makefile.am
index 6466d39d6a38e4573f22fc225f242cd0cf92d93c..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
 
@@ -28,7 +32,12 @@ 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-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.041271 seconds and 4 git commands to generate.