X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=configure.ac;h=d23373bb9f74629f8daa73d7730ca6ec3279dfdb;hb=9066122cfa818b83ee42bd72731e41fa32ea5f5a;hp=eba84ee53629237454d2ab2a4569d7ba90384a2e;hpb=91493af0b37cc81294fdc46d2528fdee46b52fab;p=deliverable%2Fbabeltrace.git diff --git a/configure.ac b/configure.ac index eba84ee53..d23373bb9 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 @@ -784,6 +785,7 @@ AC_CONFIG_FILES([ plugins/utils/muxer/Makefile python-plugin-provider/Makefile plugins/lttng-utils/Makefile + plugins/lttng-utils/debug-info/Makefile babeltrace.pc babeltrace-ctf.pc ]) @@ -806,12 +808,14 @@ 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]) ] ) AS_IF([test "x$enable_python_plugins" = "xyes"], [AC_CONFIG_FILES([tests/python-plugin-provider/test_python_plugin_provider], [chmod +x tests/python-plugin-provider/test_python_plugin_provider])] + [AC_CONFIG_FILES([tests/python-plugin-provider/test_python_plugin_provider_env], [chmod +x tests/python-plugin-provider/test_python_plugin_provider_env])] ) AC_OUTPUT