Windows: Build a single heimdal.dll

Heimdal.dll is a combination of libasn1, libwind, libhcrypto, libhx509
and libkrb5.
This commit is contained in:
Asanka Herath
2010-06-10 13:18:17 -04:00
parent ea4d8dbfdb
commit d83611238a
16 changed files with 163 additions and 166 deletions

View File

@@ -187,9 +187,8 @@ LIBEXECPROGRAMS=$(LIBEXECDIR)\ipropd-master.exe $(LIBEXECDIR)\ipropd-slave.exe
EXELIBDEPS= \
$(LIBKADM5SRV) \
$(LIBROKEN) \
$(LIBKRB5) \
$(LIBHEIMDAL) \
$(LIBHDB) \
$(LIBASN1) \
$(LIBSQLITE) \
$(LIBSL) \
$(LIBCOMERR) \
@@ -212,7 +211,7 @@ $(LIBKADM5CLNT): $(LIBKADM5CLNT_OBJS)
$(LIBKADM5SRV): $(BINDIR)\libkadm5srv.dll
$(BINDIR)\libkadm5srv.dll: $(LIBKADM5SRV_OBJS) $(LIBKRB5) $(LIBROKEN) $(LIBHDB) $(LIBCOMERR) $(LIBASN1) $(LIBSQLITE)
$(BINDIR)\libkadm5srv.dll: $(LIBKADM5SRV_OBJS) $(LIBHEIMDAL) $(LIBROKEN) $(LIBHDB) $(LIBCOMERR) $(LIBSQLITE)
$(DLLGUILINK) -implib:$(LIBKADM5SRV) -def:libkadm5srv-exports.def
$(DLLPREP)