Python bt2: remove type restriction on structure __setitem__
[babeltrace.git] / configure.ac
index 3dcc083d1517627cdd26f404068907e88e9a6511..749e2d23babfb882e149a95d9cbc5857d42cf7b6 100644 (file)
@@ -653,7 +653,7 @@ AC_CONFIG_FILES([
        doc/api/Doxyfile
        doc/bindings/Makefile
        doc/bindings/python/Makefile
-       doc/images/Makefile
+       doc/contributing-images/Makefile
        lib/Makefile
        lib/prio_heap/Makefile
        lib/plugin/Makefile
@@ -727,7 +727,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.sh], [chmod +x tests/python-plugin-provider/test.sh])]
+  [AC_CONFIG_FILES([tests/python-plugin-provider/test_python_plugin_provider], [chmod +x tests/python-plugin-provider/test_python_plugin_provider])]
 )
 
 AC_OUTPUT
This page took 0.024103 seconds and 4 git commands to generate.