db library (if in use).
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17416
dc483132-0cff-0310-8789-
dd5450dbe970
2005-10-11 Ken Raeburn <raeburn@mit.edu>
+ * Makefile.in (SHLIB_EXPLIBS): Include support library. Don't
+ include system db library (if in use).
+
* libkdb5.exports: Delete __kdb2_*, kdb2_*, and a bunch of other
symbols that no longer exist in this library.
SHLIB_EXPDEPS = \
$(TOPLIBD)/libk5crypto$(SHLIBEXT) \
$(TOPLIBD)/libkrb5$(SHLIBEXT)
-SHLIB_EXPLIBS=-lkrb5 -lcom_err -lk5crypto $(KDB5_DB_LIB) $(DL_LIB) $(LIBS)
+SHLIB_EXPLIBS=-lkrb5 -lcom_err -lk5crypto $(SUPPORT_LIB) $(DL_LIB) $(LIBS)
SHLIB_DIRS=-L$(TOPLIBD)
SHLIB_RDIRS=$(KRB5_LIBDIR)