From e85467e3b9907bb65566d41d78649ab096c8f35d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 12 Sep 2004 20:48:19 +0000 Subject: [PATCH] make resolve-test a noinst program git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14221 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/roken/Makefile.am b/lib/roken/Makefile.am index 2cb4ab375..6305763ef 100644 --- a/lib/roken/Makefile.am +++ b/lib/roken/Makefile.am @@ -9,7 +9,7 @@ CLEANFILES = roken.h make-roken.c $(XHEADERS) lib_LTLIBRARIES = libroken.la libroken_la_LDFLAGS = -version-info 16:0:0 -noinst_PROGRAMS = make-roken snprintf-test +noinst_PROGRAMS = make-roken snprintf-test resolve-test nodist_make_roken_SOURCES = make-roken.c @@ -19,8 +19,7 @@ check_PROGRAMS = \ parse_bytes-test \ parse_reply-test \ snprintf-test \ - strpftime-test \ - resolve-test + strpftime-test TESTS = $(check_PROGRAMS)