X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=configure.ac;h=ca0c0626ccb92b831f69cc779c3fdbef8d98c523;hb=80d037bccf5043d23bfc09e1f45a5198929f0411;hp=ae1e52202587126f166536cf4fa97e79defd7274;hpb=0d9b83804718bfb2d990a1b45879ff846374c645;p=babeltrace.git diff --git a/configure.ac b/configure.ac index ae1e5220..ca0c0626 100644 --- a/configure.ac +++ b/configure.ac @@ -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