From 3992f65bce40b9ccd7fe5514e2f9dccc81a46cac Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Thu, 30 Sep 1999 23:05:11 +0000 Subject: [PATCH] (bin_PROGRAMS): add verify_krb5_conf (libkrb5_la_SOURCES): add config_file_netinfo.c git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7065 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/krb5/Makefile.am b/lib/krb5/Makefile.am index ecda60bc0..17bdbbd53 100644 --- a/lib/krb5/Makefile.am +++ b/lib/krb5/Makefile.am @@ -4,6 +4,8 @@ include $(top_srcdir)/Makefile.am.common INCLUDES += $(INCLUDE_krb4) +bin_PROGRAMS = verify_krb5_conf + noinst_PROGRAMS = dump_config check_PROGRAMS = n-fold-test string-to-key-test @@ -38,6 +40,7 @@ libkrb5_la_SOURCES = \ changepw.c \ codec.c \ config_file.c \ + config_file_netinfo.c \ convert_creds.c \ constants.c \ context.c \