From 5523dfcec2be1df22402904744cac23dae4fc08c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 16 Oct 2007 13:25:59 +0000 Subject: [PATCH] don't run local checks. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21959 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/vers/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/vers/Makefile.am b/lib/vers/Makefile.am index 3e19c1f5d..381043f3c 100644 --- a/lib/vers/Makefile.am +++ b/lib/vers/Makefile.am @@ -8,6 +8,8 @@ noinst_LTLIBRARIES = libvers.la build_HEADERZ = vers.h +CHECK_LOCAL = no-check-local + noinst_PROGRAMS = make-print-version if KRB4