From 3794d8b37b5b8ac48fe6b1b0aa0dbc06c842aa8e Mon Sep 17 00:00:00 2001 From: Nicolas Williams Date: Sun, 17 Jul 2011 15:28:06 -0500 Subject: [PATCH] Changed lib/hdb/Makefile.am to use --sequence=HDB-Ext-KeySet --- 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 3c79219fd..90c692f4c 100644 --- a/lib/hdb/Makefile.am +++ b/lib/hdb/Makefile.am @@ -120,7 +120,7 @@ $(srcdir)/hdb-private.h: $(gen_files_hdb) hdb_asn1.hx hdb_asn1-priv.hx: hdb_asn1_files hdb_asn1_files: $(ASN1_COMPILE_DEP) $(srcdir)/hdb.asn1 - $(ASN1_COMPILE) $(srcdir)/hdb.asn1 hdb_asn1 + $(ASN1_COMPILE) --sequence=HDB-Ext-KeySet $(srcdir)/hdb.asn1 hdb_asn1 test_dbinfo_LIBS = libhdb.la -- 2.11.4.GIT