X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=configure.ac;h=749e2d23babfb882e149a95d9cbc5857d42cf7b6;hb=b203788ab367147e99df0e95dc9be62cd49c7f45;hp=3dcc083d1517627cdd26f404068907e88e9a6511;hpb=d85a124833007079267e4bbcbcb0284a1be2c810;p=babeltrace.git diff --git a/configure.ac b/configure.ac index 3dcc083d..749e2d23 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