X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=configure.ac;h=1065200f1db22fbc1538171b5eedfd788e6a4a75;hp=287c6d776568fc5332512bc7bdaa2c64dfb5f85a;hb=1501a7f32e1abf3e805053d4241c9796882d56bc;hpb=37175ce4620a721d90235d7c906e49ecc14f62e3 diff --git a/configure.ac b/configure.ac index 287c6d776..1065200f1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([lttng-tools],[2.4.0-rc1],[dgoulet@efficios.com],[],[http://lttng.org]) +AC_INIT([lttng-tools],[2.4.0-rc2],[dgoulet@efficios.com],[],[http://lttng.org]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST @@ -392,6 +392,7 @@ AC_CONFIG_FILES([ src/common/testpoint/Makefile src/common/index/Makefile src/common/health/Makefile + src/common/config/Makefile src/lib/Makefile src/lib/lttng-ctl/Makefile src/lib/lttng-ctl/filter/Makefile @@ -430,6 +431,7 @@ AC_CONFIG_FILES([ tests/regression/ust/java-jul/Makefile tests/stress/Makefile tests/unit/Makefile + tests/unit/ini_config/Makefile tests/utils/Makefile tests/utils/tap/Makefile tests/utils/testapp/Makefile