X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=configure.ac;h=ca198597aabcd5c9073756c00abddbead2dd6767;hb=refs%2Ftags%2Fv2.2.0-rc3;hp=02cea73f8d649157363018524761bf3e2c1ddf92;hpb=b91dd0160be34f0a9f5d3a3f6ee5ff1e0d5ea8e8;p=lttng-tools.git diff --git a/configure.ac b/configure.ac index 02cea73f8..ca198597a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([lttng-tools],[2.2.0-rc2],[dgoulet@efficios.com],[],[http://lttng.org]) +AC_INIT([lttng-tools],[2.2.0-rc3],[dgoulet@efficios.com],[],[http://lttng.org]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST @@ -332,6 +332,7 @@ AC_CONFIG_FILES([ tests/regression/tools/streaming/Makefile tests/regression/tools/filtering/Makefile tests/regression/tools/health/Makefile + tests/regression/tools/tracefile-limits/Makefile tests/regression/ust/Makefile tests/regression/ust/nprocesses/Makefile tests/regression/ust/high-throughput/Makefile @@ -347,9 +348,12 @@ AC_CONFIG_FILES([ tests/regression/ust/exit-fast/Makefile tests/regression/ust/fork/Makefile tests/regression/ust/libc-wrapper/Makefile + tests/stress/Makefile tests/unit/Makefile tests/utils/Makefile tests/utils/tap/Makefile + tests/utils/testapp/Makefile + tests/utils/testapp/gen-ust-events/Makefile ]) AC_OUTPUT