aboutsummaryrefslogtreecommitdiff
path: root/pam_log/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'pam_log/Makefile.am')
-rw-r--r--pam_log/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/pam_log/Makefile.am b/pam_log/Makefile.am
index bfde179..a5656af 100644
--- a/pam_log/Makefile.am
+++ b/pam_log/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_log.la
pam_log_la_SOURCES = pam_log.c
-AM_CPPFLAGS=-DMODULE_NAME=\"pam_log\" -DSYSCONFDIR=\"${sysconfdir}\"
+AM_CPPFLAGS += -DMODULE_NAME=\"pam_log\" -DSYSCONFDIR=\"${sysconfdir}\"
-include $(top_srcdir)/Make.rules

Return to:

Send suggestions and report system problems to the System administrator.