X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=configure.ac;h=dfa385aa44106fbe103686a10b0c4f992a546015;hb=2d7aa9b6584faa724fbb8640f9e045ee9e337ae8;hp=3bbc0c7fac52198666c6a52fc10f4c029dd0d726;hpb=f090979c0d8327edb832efdd999d69b3ed700076;p=babeltrace.git diff --git a/configure.ac b/configure.ac index 3bbc0c7f..dfa385aa 100644 --- a/configure.ac +++ b/configure.ac @@ -490,7 +490,7 @@ AM_CONDITIONAL([ENABLE_API_DOC], [test "x$enable_api_doc" = xyes]) AM_CONDITIONAL([ENABLE_BUILT_IN_PLUGINS], [test "x$enable_built_in_plugins" = xyes]) AM_CONDITIONAL([ENABLE_BUILT_IN_PYTHON_PLUGIN_SUPPORT], [test "x$enable_built_in_python_plugin_support" = xyes]) AM_CONDITIONAL([ENABLE_MAN_PAGES], [test "x$enable_man_pages" = xyes]) - +AM_CONDITIONAL([HAVE_PYTHON], [test "x$enable_python_bindings" = xyes || test "x$enable_python_plugins" = xyes]) # Set defines for optionnal features conditionnals in the source code @@ -773,6 +773,7 @@ AC_CONFIG_FILES([ src/plugins/utils/Makefile src/plugins/utils/muxer/Makefile src/plugins/utils/trimmer/Makefile + src/py-common/Makefile src/python-plugin-provider/Makefile tests/ctf-writer/Makefile tests/lib/Makefile