X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=configure.ac;h=0a6305587603d493a68567622b17e0114b3c6bf4;hb=0f1979c3efe2c5b253edb5944d2ba561347ece2e;hp=316177b31c44f33c517c6fe750f5dda8056605cc;hpb=5869b17917abc1d8db6b6c1696e00b5f2ec24eda;p=babeltrace.git diff --git a/configure.ac b/configure.ac index 316177b3..0a630558 100644 --- a/configure.ac +++ b/configure.ac @@ -60,7 +60,7 @@ AC_CANONICAL_HOST ## Automake base setup ## ## ## -AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip tar-ustar nostdinc]) +AM_INIT_AUTOMAKE([1.12 foreign dist-bzip2 no-dist-gzip tar-ustar nostdinc]) AM_MAINTAINER_MODE([enable]) # Enable silent rules if available (Introduced in AM 1.11) @@ -698,6 +698,7 @@ AC_CONFIG_FILES([ src/Makefile src/plugins/common/Makefile src/plugins/common/muxing/Makefile + src/plugins/common/param-validation/Makefile src/plugins/ctf/common/bfcr/Makefile src/plugins/ctf/common/Makefile src/plugins/ctf/common/metadata/Makefile @@ -727,6 +728,7 @@ AC_CONFIG_FILES([ tests/lib/Makefile tests/lib/test-plugin-plugins/Makefile tests/Makefile + tests/param-validation/Makefile tests/plugins/Makefile tests/plugins/src.ctf.fs/Makefile tests/plugins/src.ctf.fs/succeed/Makefile