diff options
Diffstat (limited to 'modules/pam_env/Makefile.am')
-rw-r--r-- | modules/pam_env/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/pam_env/Makefile.am b/modules/pam_env/Makefile.am index cf22e9b5..885c9aa3 100644 --- a/modules/pam_env/Makefile.am +++ b/modules/pam_env/Makefile.am @@ -21,7 +21,8 @@ else secureconfdir = $(SCONFIGDIR) endif -AM_CFLAGS = -I$(top_srcdir)/libpam/include $(WARN_CFLAGS) \ +AM_CFLAGS = -I$(top_srcdir)/libpam_internal/include \ + -I$(top_srcdir)/libpam/include $(WARN_CFLAGS) \ -DSYSCONFDIR=\"$(sysconfdir)\" $(ECONF_CFLAGS) AM_LDFLAGS = -no-undefined -avoid-version -module if HAVE_VERSIONING |