From 44feff968e107ae69d52ecc63a339750372269b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 4 Apr 2005 14:12:27 +0000 Subject: [PATCH] CHECK_SYMBOLS += HDBFlags2int git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14729 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hdb/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hdb/Makefile.am b/lib/hdb/Makefile.am index 1487b4bb5..865bc015c 100644 --- a/lib/hdb/Makefile.am +++ b/lib/hdb/Makefile.am @@ -76,7 +76,7 @@ libhdb_la_LIBADD = \ $(libhdb_la_OBJECTS): $(srcdir)/hdb-protos.h $(srcdir)/hdb-private.h CHECK_SYMBOLS = -lib hdb -asn1compile \ - hdb_ _hdb initialize_hdb_error_table + hdb_ _hdb HDBFlags2int initialize_hdb_error_table $(srcdir)/hdb-protos.h: cd $(srcdir); perl ../../cf/make-proto.pl -q -P comment -o hdb-protos.h $(hdb_source) || rm -f hdb-protos.h