X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=configure.ac;h=d9de015979224262ba50c7112e92519916dae0e7;hp=118b8d39223334f6f6880930968a00f646e1647b;hb=f6ed7fa4636ff22e08f57721dcd312828547aa66;hpb=7c282828204b07455e48dd9986ea44d3950429ac diff --git a/configure.ac b/configure.ac index 118b8d39..d9de0159 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT([babeltrace],[1.0.0-rc5],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([babeltrace],[1.0.0],[mathieu dot desnoyers at efficios dot com]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST @@ -106,5 +106,7 @@ AC_CONFIG_FILES([ lib/prio_heap/Makefile include/Makefile tests/Makefile + extras/Makefile + extras/valgrind/Makefile ]) AC_OUTPUT