X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=configure.ac;h=137582ec7f47bb6eb8674f221350fcc63b86cb83;hb=f3ea12b321e64bdcd1bb77ae172357b0fb6745bc;hp=0e3eff88e9e1574bc02aa62fe17e6ac78f489350;hpb=00f7eedc163aa5f13ed195ed1c2a4b3927fa4ade;p=babeltrace.git diff --git a/configure.ac b/configure.ac index 0e3eff88..137582ec 100644 --- a/configure.ac +++ b/configure.ac @@ -679,6 +679,7 @@ AC_CONFIG_FILES([ tests/bindings/Makefile tests/bindings/python/Makefile tests/bindings/python/bt2/Makefile + tests/bindings/python/babeltrace/Makefile tests/plugins/Makefile tests/python-plugin-provider/Makefile extras/Makefile @@ -726,7 +727,10 @@ AC_CONFIG_FILES([tests/plugins/test_dwarf_complete], [chmod +x tests/plugins/tes AC_CONFIG_FILES([tests/plugins/test_bin_info_complete], [chmod +x tests/plugins/test_bin_info_complete]) AS_IF([test "x$enable_python_bindings" = xyes], - [AC_CONFIG_FILES([tests/bindings/python/bt2/test_python_bt2], [chmod +x tests/bindings/python/bt2/test_python_bt2])] + [ + AC_CONFIG_FILES([tests/bindings/python/bt2/test_python_bt2], [chmod +x tests/bindings/python/bt2/test_python_bt2]) + AC_CONFIG_FILES([tests/bindings/python/babeltrace/test_python_babeltrace], [chmod +x tests/bindings/python/babeltrace/test_python_babeltrace]) + ] ) AS_IF([test "x$enable_python_plugins" = "xyes"],