From 09d18a79f0e11ad5dd90e3007f7ae688bc50693c Mon Sep 17 00:00:00 2001 From: "Andrew G. Morgan" Date: Thu, 27 Jun 2002 04:04:54 +0000 Subject: Relevant BUGIDs: 565470 Purpose of commit: bugfix Commit summary: --------------- It seems that configure was barfing on some packages because libpam_misc could not compile without also being linked to libpam. --- Make.Rules.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Make.Rules.in') diff --git a/Make.Rules.in b/Make.Rules.in index d705bd0e..d7b87be2 100644 --- a/Make.Rules.in +++ b/Make.Rules.in @@ -22,6 +22,7 @@ infodir = @infodir@ includedir = @includedir@ absolute_srcdir = @LOCALSRCDIR@ +absolute_objdir = @LOCALOBJDIR@ # major and minor numbers of this release MAJOR_REL=@LIBPAM_VERSION_MAJOR@ @@ -32,7 +33,7 @@ MINOR_REL=@LIBPAM_VERSION_MINOR@ # they generate. HEADER_DIRS=-I./include -I$(absolute_srcdir)/libpam/include \ - -I$(absolute_srcdir) -I$(absolute_srcdir)/libpamc/include + -I$(absolute_objdir) -I$(absolute_srcdir)/libpamc/include WARNINGS=@WARNINGS@ OS_CFLAGS=@OS_CFLAGS@ PIC=@PIC@ -- cgit v1.2.3