From b1895baa2d0f5ec7941ba9ff3706064fdc1f8ece Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Mon, 11 Jan 2016 13:44:33 +0000 Subject: [PATCH] Don't forget to generate the Makefile for pam_return(8). git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@884 185d5e19-27fe-0310-9dcf-9bff6b9f3609 --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 843d500..647400b 100644 --- a/configure.ac +++ b/configure.ac @@ -167,6 +167,7 @@ AC_CONFIG_FILES([ modules/Makefile modules/pam_deny/Makefile modules/pam_permit/Makefile + modules/pam_return/Makefile modules/pam_unix/Makefile modules/pam_oath/Makefile t/Makefile