From ef70d3b02b7d6819c15277a5ad10a60f56e4554b Mon Sep 17 00:00:00 2001 From: "Andrew G. Morgan" Date: Sun, 8 Apr 2001 08:14:57 +0000 Subject: 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. --- Make.Rules.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Make.Rules.in') 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@ -- cgit v1.2.3