Make the in-tree CLI use the in-tree PPP
[babeltrace.git] / src / cli / Makefile.am
index 6466d39d6a38e4573f22fc225f242cd0cf92d93c..c4087b147c0cccc8688728e2fe3eec00d9f16471 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
 
This page took 0.023603 seconds and 4 git commands to generate.