X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=configure.ac;h=7a3cb9eb4aa89c70daf5a79c45b3e8ca4b915e81;hb=1df0c7555fd3ae656fd532b71bb086933011ff75;hp=d04f4322deb5d5800645ad358f18e853ce9d919a;hpb=e9d165be13c8d6e3c0f60e5eca9bf2c5fbfa7712;p=lttng-ust.git diff --git a/configure.ac b/configure.ac index d04f4322..7a3cb9eb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT([lttng-ust],[1.9.7],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([lttng-ust],[1.9.8],[mathieu dot desnoyers at efficios dot com]) # Following the numbering scheme proposed by libtool for the library version # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html @@ -253,6 +253,8 @@ AS_IF([test "x$with_sdt" = "xyes"],[ AC_CONFIG_FILES([ Makefile + doc/Makefile + doc/examples/Makefile include/Makefile include/lttng/ust-version.h snprintf/Makefile @@ -263,6 +265,7 @@ AC_CONFIG_FILES([ liblttng-ust-fork/Makefile liblttng-ust-java/Makefile liblttng-ust-libc-wrapper/Makefile + tools/Makefile tests/Makefile tests/hello/Makefile tests/hello-static-lib/Makefile