aboutsummaryrefslogtreecommitdiff
path: root/pam_fshadow/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'pam_fshadow/Makefile.am')
-rw-r--r--pam_fshadow/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/pam_fshadow/Makefile.am b/pam_fshadow/Makefile.am
index cc15a4b..5094920 100644
--- a/pam_fshadow/Makefile.am
+++ b/pam_fshadow/Makefile.am
@@ -14,9 +14,10 @@
# You should have received a copy of the GNU General Public License along
# with this program. If not, see <http://www.gnu.org/licenses/>.
+include $(top_srcdir)/Make.rules
+
pamdir=@PAMDIR@
pam_LTLIBRARIES = pam_fshadow.la
pam_fshadow_la_SOURCES = pam_fshadow.c
-AM_CPPFLAGS=-DMODULE_NAME=\"pam_fshadow\" -DSYSCONFDIR=\"${sysconfdir}\"
+AM_CPPFLAGS += -DMODULE_NAME=\"pam_fshadow\" -DSYSCONFDIR=\"${sysconfdir}\"
-include $(top_srcdir)/Make.rules

Return to:

Send suggestions and report system problems to the System administrator.