From a47b8cbc3000b626e20a543de2b3618bbd4609a9 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sun, 11 Apr 1999 00:01:34 +0000 Subject: [PATCH] don't run testit as a check git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5925 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/editline/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/editline/Makefile.am b/lib/editline/Makefile.am index 6579da94b..5048b3c6d 100644 --- a/lib/editline/Makefile.am +++ b/lib/editline/Makefile.am @@ -12,6 +12,9 @@ noinst_LIBRARIES = endif noinst_PROGRAMS = testit + +check_LOCAL = + testit_LDADD = \ libeditline.a \ $(LIB_tgetent) \