aboutsummaryrefslogtreecommitdiff
path: root/pam_groupmember/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'pam_groupmember/Makefile.am')
-rw-r--r--pam_groupmember/Makefile.am22
1 files changed, 22 insertions, 0 deletions
diff --git a/pam_groupmember/Makefile.am b/pam_groupmember/Makefile.am
new file mode 100644
index 0000000..985721e
--- /dev/null
+++ b/pam_groupmember/Makefile.am
@@ -0,0 +1,22 @@
+# This file is part of pam-modules.
+# Copyright (C) 2014 Sergey Poznyakoff
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License along
+# with this program. If not, see <http://www.gnu.org/licenses/>.
+
+pamdir=@PAMDIR@
+pam_LTLIBRARIES = pam_groupmember.la
+pam_groupmember_la_SOURCES = pam_groupmember.c
+AM_CPPFLAGS=-DMODULE_NAME=\"pam_groupmember\" -DSYSCONFDIR=\"${sysconfdir}\"
+
+include $(top_srcdir)/Make.rules

Return to:

Send suggestions and report system problems to the System administrator.