X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=configure.ac;h=83822d6fdb508bb663cf8fbbf5fa33f35eeade8a;hb=888ec52a298af05ca3492e4eae0f1e2b1925e859;hp=d9de015979224262ba50c7112e92519916dae0e7;hpb=f6ed7fa4636ff22e08f57721dcd312828547aa66;p=babeltrace.git diff --git a/configure.ac b/configure.ac index d9de0159..83822d6f 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],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([babeltrace],[1.1.0],[mathieu dot desnoyers at efficios dot com]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST @@ -10,7 +10,7 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AC_CONFIG_MACRO_DIR([m4]) -AM_PROG_MKDIR_P +AC_PROG_MKDIR_P AC_CONFIG_HEADERS([config.h]) @@ -98,6 +98,7 @@ AC_CONFIG_FILES([ formats/ctf/types/Makefile formats/ctf-text/Makefile formats/ctf-text/types/Makefile + formats/ctf-metadata/Makefile formats/bt-dummy/Makefile formats/ctf/metadata/Makefile converter/Makefile @@ -106,7 +107,9 @@ AC_CONFIG_FILES([ lib/prio_heap/Makefile include/Makefile tests/Makefile + tests/lib/Makefile extras/Makefile extras/valgrind/Makefile + babeltrace.pc ]) AC_OUTPUT