From 775a4523133cd7308528f2d14194c899abf48a5f Mon Sep 17 00:00:00 2001 From: Luke Howard Date: Mon, 12 Sep 2011 20:11:36 +1000 Subject: [PATCH] some Windows build fixes --- lib/hdb/libhdb-exports.def | 3 +++ lib/kadm5/NTMakefile | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/hdb/libhdb-exports.def b/lib/hdb/libhdb-exports.def index 4a1bce919..42c31d86e 100644 --- a/lib/hdb/libhdb-exports.def +++ b/lib/hdb/libhdb-exports.def @@ -1,6 +1,7 @@ EXPORTS encode_hdb_keyset hdb_add_master_key + hdb_add_current_keys_to_history hdb_check_db_format hdb_clear_extension hdb_clear_master_key @@ -91,8 +92,10 @@ EXPORTS free_HDB_extension free_HDB_extensions free_Key + free_Keys free_Salt free_hdb_entry + free_hdb_keyset int2HDBFlags length_HDB_Ext_Aliases length_HDB_Ext_PKINIT_acl diff --git a/lib/kadm5/NTMakefile b/lib/kadm5/NTMakefile index 3afe8e899..224404619 100644 --- a/lib/kadm5/NTMakefile +++ b/lib/kadm5/NTMakefile @@ -216,7 +216,7 @@ LIBKADM5SRVRES=$(OBJ)\libkadm5srv-version.res $(LIBKADM5SRV): $(BINDIR)\libkadm5srv.dll -$(BINDIR)\libkadm5srv.dll: $(LIBKADM5SRV_OBJS) $(LIBHEIMDAL) $(LIBROKEN) $(LIBHDB) $(LIBCOMERR) $(LIBSQLITE) $(LIBKADM5SRVRES) +$(BINDIR)\libkadm5srv.dll: $(LIBKADM5SRV_OBJS) $(LIBHEIMDAL) $(LIBROKEN) $(LIBHDB) $(LIBCOMERR) $(LIBSQLITE) $(LIBKADM5SRVRES) $(LIBHEIMBASE) $(DLLGUILINK) -implib:$(LIBKADM5SRV) -def:libkadm5srv-exports.def $(DLLPREP) -- 2.11.4.GIT