aboutsummaryrefslogtreecommitdiff
path: root/Make.Rules.in
diff options
context:
space:
mode:
authorAndrew G. Morgan <morgan@kernel.org>2001-01-20 22:29:47 +0000
committerAndrew G. Morgan <morgan@kernel.org>2001-01-20 22:29:47 +0000
commita621d60e903247f1898a770f0f67786f5dc465da (patch)
treebab7d1caf2d8a3d4689272eb721844dda6e1ac76 /Make.Rules.in
parenta7339317595a92cde290f04bda5106bd99f73177 (diff)
downloadpam-a621d60e903247f1898a770f0f67786f5dc465da.tar.gz
pam-a621d60e903247f1898a770f0f67786f5dc465da.tar.bz2
pam-a621d60e903247f1898a770f0f67786f5dc465da.zip
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.
Diffstat (limited to 'Make.Rules.in')
-rw-r--r--Make.Rules.in3
1 files changed, 2 insertions, 1 deletions
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@