Add silent rules to corosync make to more easily find warnings

Signed-off-by: Steven Dake <sdake@redhat.com>
Reviewed-by: Jan Friesse <jfriesse@redhat.com>
This commit is contained in:
Steven Dake 2011-12-05 09:17:36 -07:00
parent e5952176d6
commit c6701adb14

View File

@ -9,6 +9,7 @@ AC_INIT([corosync],
[openais@lists.osdl.org])
AM_INIT_AUTOMAKE([-Wno-portability])
AM_SILENT_RULES([yes])
AC_CONFIG_SRCDIR([lib/cpg.c])
AC_CONFIG_HEADER([include/corosync/config.h include/corosync/cs_config.h])