X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=configure.ac;h=878e1ced57a47496addc1235f335a1cf92f3b990;hb=9e632b22e1310fe773edc32ab08a60602f4b2861;hp=557265700814011aa370f457c79862549fbff744;hpb=f956eb2d2b08c13e4f105fce5de566b9f2346693;p=babeltrace.git diff --git a/configure.ac b/configure.ac index 55726570..878e1ced 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