* Makefile.in (SHLIB_EXPLIBS): Include support library. Don't include system
authorKen Raeburn <raeburn@mit.edu>
Tue, 11 Oct 2005 21:44:41 +0000 (21:44 +0000)
committerKen Raeburn <raeburn@mit.edu>
Tue, 11 Oct 2005 21:44:41 +0000 (21:44 +0000)
db library (if in use).

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17416 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/kdb/ChangeLog
src/lib/kdb/Makefile.in

index bcb577119a1d3d18d62475ce9ec86c6106478439..16e0a5c2c335dc0c0ebdd0b25f1a27d6771af568 100644 (file)
@@ -1,5 +1,8 @@
 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.
 
index 0f2184764e2d27456b34d90cbe4529dd7119f313..3dbb707fccb9d22d09b62708c26e4a8f5865ad92 100644 (file)
@@ -18,7 +18,7 @@ RELDIR=kdb
 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)