From 380efb038905537dcc078a7bb5107bcfdc5a12b6 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Sun, 24 Aug 1997 14:16:13 +0000 Subject: [PATCH] make kfoo krenew and kverify noinst git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3138 ec53bebd-3082-4978-b11e-865c3cabbd6b --- kuser/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/kuser/Makefile.am b/kuser/Makefile.am index 150d29801..55a232bab 100644 --- a/kuser/Makefile.am +++ b/kuser/Makefile.am @@ -4,6 +4,8 @@ AUTOMAKE_OPTIONS = no-dependencies foreign INCLUDES = -I$(top_builddir)/include -bin_PROGRAMS = kinit klist kdestroy kfoo krenew kverify +bin_PROGRAMS = kinit klist kdestroy + +noinst_PROGRAMS = kfoo krenew kverify LDADD = -L$(top_builddir)/lib/krb5 -lkrb5 -L$(top_builddir)/lib/des -ldes -L$(top_builddir)/lib/asn1 -lasn1 -L$(top_builddir)/lib/roken -lroken