diff options
author | Andrew G. Morgan <morgan@kernel.org> | 2001-04-08 08:14:57 +0000 |
---|---|---|
committer | Andrew G. Morgan <morgan@kernel.org> | 2001-04-08 08:14:57 +0000 |
commit | ef70d3b02b7d6819c15277a5ad10a60f56e4554b (patch) | |
tree | ef03b8f6191a5d40a79191cf5e766d556e850e31 /Make.Rules.in | |
parent | 91d82613b788140b724e0429927e0977455afa16 (diff) | |
download | pam-ef70d3b02b7d6819c15277a5ad10a60f56e4554b.tar.gz pam-ef70d3b02b7d6819c15277a5ad10a60f56e4554b.tar.bz2 pam-ef70d3b02b7d6819c15277a5ad10a60f56e4554b.zip |
Relevant BUGIDs: 414669
Purpose of commit: bugfix + 0.76 begins
Commit summary:
---------------
Bumped the version number.
Fixed a lack of SONAME definitions that were causing the libraries
not to be installed correctly.
Diffstat (limited to 'Make.Rules.in')
-rw-r--r-- | Make.Rules.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Make.Rules.in b/Make.Rules.in index c04095c9..c0f8d42c 100644 --- a/Make.Rules.in +++ b/Make.Rules.in @@ -83,7 +83,11 @@ CFLAGS=$(WARNINGS) -D$(OS) $(OS_CFLAGS) $(HEADER_DIRS) @CONF_CFLAGS@ LD=@LD@ LD_D=@LD_D@ LD_L=@LD_L@ +LDCONFIG=@LDCONFIG@ DYNTYPE=@DYNTYPE@ +USESONAME=@USESONAME@ +NEEDSONAME=@NEEDSONAME@ +SOSWITCH=@SOSWITCH@ LIBDL=@LIBDL@ MKDIR=@MKDIR@ INSTALL=@INSTALL@ |