diff options
author | Andrew G. Morgan <morgan@kernel.org> | 2001-02-10 07:17:52 +0000 |
---|---|---|
committer | Andrew G. Morgan <morgan@kernel.org> | 2001-02-10 07:17:52 +0000 |
commit | d66ecd8caf597bcc794f9b9b1716a4f4ab4cfed2 (patch) | |
tree | 6e4ba1066ad59fbc3e4ae1ef099e74e65de00b8e /Make.Rules.in | |
parent | 63b197ed633d413f976c644b2693ed084bcfee6e (diff) | |
download | pam-d66ecd8caf597bcc794f9b9b1716a4f4ab4cfed2.tar.gz pam-d66ecd8caf597bcc794f9b9b1716a4f4ab4cfed2.tar.bz2 pam-d66ecd8caf597bcc794f9b9b1716a4f4ab4cfed2.zip |
Relevant BUGIDs: 131783
Purpose of commit: bugfix
Commit summary:
---------------
static library and debugging library support fixed - post autoconf stuff.
Diffstat (limited to 'Make.Rules.in')
-rw-r--r-- | Make.Rules.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Make.Rules.in b/Make.Rules.in index e6c77fa0..e8e559a6 100644 --- a/Make.Rules.in +++ b/Make.Rules.in @@ -86,6 +86,8 @@ DYNTYPE=@DYNTYPE@ LIBDL=@LIBDL@ MKDIR=@MKDIR@ INSTALL=@INSTALL@ +RANLIB=@RANLIB@ STRIP=@STRIP@ +CC_STATIC=@CC_STATIC@ LINKLIBS = $(NEED_LINK_LIB_C) $(LIBDL) |