From a621d60e903247f1898a770f0f67786f5dc465da Mon Sep 17 00:00:00 2001 From: "Andrew G. Morgan" Date: Sat, 20 Jan 2001 22:29:47 +0000 Subject: Relevant BUGIDs: 108786 Purpose of commit: cleanup Commit summary: --------------- This brings the binary prompt hooks in libpam_misc's conversation function into line with the current libpamc library. --- 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 1a81f89f..e6c77fa0 100644 --- a/Make.Rules.in +++ b/Make.Rules.in @@ -32,7 +32,8 @@ MINOR_REL=@LIBPAM_VERSION_MINOR@ # Linux-PAM. True, they are a little anal. Pay attention to the comments # they generate. -HEADER_DIRS=-I./include -I$(absolute_srcdir)/libpam/include -I$(absolute_srcdir) +HEADER_DIRS=-I./include -I$(absolute_srcdir)/libpam/include \ + -I$(absolute_srcdir) -I$(absolute_srcdir)/libpamc/include WARNINGS=@WARNINGS@ OS_CFLAGS=@OS_CFLAGS@ PIC=@PIC@ -- cgit v1.2.3