Add coverity target to corosync makefile.am

Allow a make coverity target for those developers with coverity tools
available to them.

Signed-off-by: Steven Dake <sdake@redhat.com>
Reviewed-by: Angus Salkeld <asalkeld@redhat.com>
This commit is contained in:
Steven Dake 2011-05-19 19:53:00 -07:00
parent 94d934e0e0
commit 899052484e

View File

@ -67,6 +67,11 @@ endif
SUBDIRS = include lcr lib exec services tools test cts pkgconfig \
man init conf
coverity:
cov-build --dir=cov make
cov-analyze --dir cov
cov-format-errors --dir cov
install-exec-local:
$(INSTALL) -d $(DESTDIR)/${COROSYSCONFDIR}/service.d
$(INSTALL) -d $(DESTDIR)/${COROSYSCONFDIR}/uidgid.d