X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=configure.ac;h=19f16a63b1f87c20cd3b760f881b44c17d81d953;hp=1fdd30f0a2291dfbdb4e2f3c32a5b71b59f3450e;hb=c462e188f3e7819c7bc74f671038cdbf36e8c3c0;hpb=d01910afadf2d9eee6180c7695858d33e8137467 diff --git a/configure.ac b/configure.ac index 1fdd30f0..19f16a63 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-rc6],[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,6 +106,7 @@ AC_CONFIG_FILES([ lib/prio_heap/Makefile include/Makefile tests/Makefile + tests/lib/Makefile extras/Makefile extras/valgrind/Makefile ])