summaryrefslogtreecommitdiff
path: root/Make.Rules.in
diff options
context:
space:
mode:
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@