add test_hdbkeys
authorLove Hörnquist Åstrand <lha@kth.se>
Wed, 25 Mar 2009 15:38:25 +0000 (15:38 +0000)
committerLove Hörnquist Åstrand <lha@kth.se>
Wed, 25 Mar 2009 15:38:25 +0000 (15:38 +0000)
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24949 ec53bebd-3082-4978-b11e-865c3cabbd6b

lib/hdb/Makefile.am

index c92853ae78e96df47a59a5af9e651d84154e3269..c5128e77d68ac8349151d7f060eaa5aa27406d3a 100644 (file)
@@ -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