* Makefile.in (SHLIB_LIBS): Add lines for shared library building
authorEzra Peisach <epeisach@mit.edu>
Tue, 23 Jan 1996 17:20:25 +0000 (17:20 +0000)
committerEzra Peisach <epeisach@mit.edu>
Tue, 23 Jan 1996 17:20:25 +0000 (17:20 +0000)
depending on libkrb5, crypto, and com_err.

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

src/lib/gssapi/ChangeLog
src/lib/gssapi/Makefile.in

index cdb45edfc165dffc105c8d4b710e9fdb5e82b6f4..9538e80e2e054ff8582ffbd133f8373c511f06bb 100644 (file)
@@ -1,3 +1,8 @@
+Tue Jan 23 12:12:49 1996  Ezra Peisach  <epeisach@kangaroo.mit.edu>
+
+       * Makefile.in (SHLIB_LIBS): Add lines for shared library building
+               depending on libkrb5, crypto, and com_err.
+
 Tue Jan 23 04:06:36 1996    <tytso@rsts-11.mit.edu>
 
        * Makefile.in: Add support for building the gssapi library as a
index fd01ecf5553c932325ddb242575ece9722f02e8f..08f51292bf06e4cdb17a62811f53c37b8dbc74a4 100644 (file)
@@ -12,6 +12,10 @@ LIB_SUBDIRS= generic krb5 mechglue
 LIBDONE= generic/DONE krb5/DONE mechglue/DONE
 LIBUPDATE= $(BUILDTOP)/util/libupdate
 
+SHLIB_LIBS=-lkrb5 -lcrypto -lcom_err
+SHLIB_LDFLAGS= $(LDFLAGS) @SHLIB_RPATH_DIRS@   
+SHLIB_LIBDIRS= @SHLIB_LIBDIRS@
+
 all-unix::
 
 all-mac::