X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=configure.ac;h=e30899643b5e54a8298048fc59152e74d5fcc94d;hb=bff668bf532bb223c83455cb43aa775a6bdfd6f3;hp=a1a79eb2ff158139a344585ce4b12ba4de05e441;hpb=442175e6eb2d8449c2e5c06c8889d958d9c2406d;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index a1a79eb2..e3089964 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ dnl Process this file with autoconf to produce a configure script. m4_define([ust_version_major], [2]) m4_define([ust_version_minor], [13]) m4_define([ust_version_patch], [0]) -m4_define([ust_version_dev_stage], [-rc1]) +m4_define([ust_version_dev_stage], []) m4_define([ust_version], ust_version_major[.]ust_version_minor[.]ust_version_patch[]ust_version_dev_stage) m4_define([ust_version_name], [[Nordicité]]) m4_define([ust_version_description], [[The product of a collaboration between Champ Libre and Boréale, this farmhouse IPA is brewed with Kveik yeast and Québec-grown barley, oats and juniper branches. The result is a remarkable fruity hazy golden IPA that offers a balanced touch of resinous and woodsy bitterness.]]) @@ -575,6 +575,7 @@ AC_CONFIG_FILES([ doc/examples/Makefile doc/Makefile doc/man/Makefile + extras/Makefile include/Makefile src/common/Makefile src/lib/lttng-ust-common/Makefile @@ -607,6 +608,12 @@ AC_CONFIG_FILES([ src/python-lttngust/Makefile src/python-lttngust/setup.py tests/benchmark/Makefile + tests/compile/api0/ctf-types/Makefile + tests/compile/api0/hello.cxx/Makefile + tests/compile/api0/hello/Makefile + tests/compile/api0/hello-many/Makefile + tests/compile/api0/Makefile + tests/compile/api0/same_line_tracepoint/Makefile tests/compile/api1/ust-fields/Makefile tests/compile/api1/hello.cxx/Makefile tests/compile/api1/hello/Makefile @@ -616,6 +623,8 @@ AC_CONFIG_FILES([ tests/compile/api1/test-app-ctx/Makefile tests/compile/Makefile tests/Makefile + tests/regression/abi0-conflict/Makefile + tests/regression/Makefile tests/unit/gcc-weak-hidden/Makefile tests/unit/libmsgpack/Makefile tests/unit/libringbuffer/Makefile