X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=configure.ac;h=c4e9f0d4e202a20263415ea8485bf22048523c0c;hp=5a77c842287aea6dac534371a5e9ec13f4a61c76;hb=ce6370b5d1a5fded286d04fcd67afa70eab90def;hpb=217108a9bb843e9533e402996994d6f1c74aa16e diff --git a/configure.ac b/configure.ac index 5a77c842..c4e9f0d4 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-rc4],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([babeltrace],[1.0.1],[mathieu dot desnoyers at efficios dot com]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST @@ -106,5 +106,9 @@ AC_CONFIG_FILES([ lib/prio_heap/Makefile include/Makefile tests/Makefile + tests/lib/Makefile + extras/Makefile + extras/valgrind/Makefile + babeltrace.pc ]) AC_OUTPUT