X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=configure.ac;h=5950c67033a4ecae54a0d2ca88f2dca4f3e8eba6;hb=013ad5a4efc0594fd610f686112103ba41084bb6;hp=45c6548c384f36285e11999d0a2b771946c6b60f;hpb=2ac23a23a6c5ce35e21b7d188894b6e9228d0ad2;p=deliverable%2Fbabeltrace.git diff --git a/configure.ac b/configure.ac index 45c6548c3..5950c6703 100644 --- a/configure.ac +++ b/configure.ac @@ -737,6 +737,7 @@ AC_CONFIG_FILES([ doc/contributing-images/Makefile doc/man/Makefile doc/man/asciidoc-attrs.conf + fd-cache/Makefile lib/Makefile lib/prio_heap/Makefile lib/plugin/Makefile @@ -807,6 +808,7 @@ AC_CONFIG_FILES([tests/plugins/test_bin_info_complete], [chmod +x tests/plugins/ 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/utils/test_python_bt2_env], [chmod +x tests/utils/test_python_bt2_env]) AC_CONFIG_FILES([tests/bindings/python/babeltrace/test_python_babeltrace], [chmod +x tests/bindings/python/babeltrace/test_python_babeltrace]) ] )