python-plugin-provider: Make it build
[babeltrace.git] / configure.ac
index 5950c67033a4ecae54a0d2ca88f2dca4f3e8eba6..d23373bb9f74629f8daa73d7730ca6ec3279dfdb 100644 (file)
@@ -815,6 +815,7 @@ AS_IF([test "x$enable_python_bindings" = xyes],
 
 AS_IF([test "x$enable_python_plugins" = "xyes"],
   [AC_CONFIG_FILES([tests/python-plugin-provider/test_python_plugin_provider], [chmod +x tests/python-plugin-provider/test_python_plugin_provider])]
+  [AC_CONFIG_FILES([tests/python-plugin-provider/test_python_plugin_provider_env], [chmod +x tests/python-plugin-provider/test_python_plugin_provider_env])]
 )
 
 AC_OUTPUT
This page took 0.022581 seconds and 4 git commands to generate.