common application list but list them for server applications.
Clients in general do not depend on the database libraries. (this
improves startup time with shared libraries by not requiring
the resolve of a library that is not used.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12519
dc483132-0cff-0310-8789-
dd5450dbe970
+2000-07-03 Ezra Peisach <epeisach@mit.edu>
+
+ * pre.in: Remove the kdb5 and db libraries from the
+ common application list but list them for server applications.
+
2000-07-01 Tom Yu <tlyu@mit.edu>
* lib.in: Fix up lib build rules to deal properly (hopefuly) with
KDB5_LIBS = $(KDB5_LIB) $(DB_LIB)
GSS_LIBS = -lgssapi_krb5
GSSRPC_LIBS = -lgssrpc -ldyn $(GSS_LIBS)
-KADM_COMM_LIBS = $(KDB5_LIBS) $(GSSRPC_LIBS)
-KADMSRV_LIBS = -lkadm5srv $(HESIOD_LIBS) $(KADM_COMM_LIBS)
+KADM_COMM_LIBS = $(GSSRPC_LIBS)
+KADMSRV_LIBS = -lkadm5srv $(HESIOD_LIBS) $(KDB5_LIBS) $(KADM_COMM_LIBS)
KADMCLNT_LIBS = -lkadm5clnt $(KADM_COMM_LIBS)
UTIL_LIB = -lkrb5util