From 47023f94ff04302aca77a0e5b736e8315a00ee5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 25 Mar 2009 15:38:25 +0000 Subject: [PATCH] add test_hdbkeys git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24949 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hdb/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/hdb/Makefile.am b/lib/hdb/Makefile.am index c92853ae7..c5128e77d 100644 --- a/lib/hdb/Makefile.am +++ b/lib/hdb/Makefile.am @@ -60,7 +60,7 @@ if versionscript libhdb_la_LDFLAGS += $(LDFLAGS_VERSION_SCRIPT)$(srcdir)/version-script.map endif -noinst_PROGRAMS = test_dbinfo +noinst_PROGRAMS = test_dbinfo test_hdbkeys dist_libhdb_la_SOURCES = \ common.c \ @@ -108,10 +108,10 @@ hdb_asn1_files: ../asn1/asn1_compile$(EXEEXT) $(srcdir)/hdb.asn1 $(libhdb_la_OBJECTS): hdb_asn1.h hdb_err.h -test_dbinfo_SOURCES = test_dbinfo.c - test_dbinfo_LIBS = libhdb.la +test_hdbkeys_LIBS = ../krb5/libkrb5.la libhdb.la + # to help stupid solaris make hdb_err.h: hdb_err.et