aboutsummaryrefslogtreecommitdiff
path: root/pam_fshadow
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-09-05 21:34:42 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-09-05 21:34:42 +0000
commitdbc191b52bbe6e3741e8bd8f708f69e2a6ead76b (patch)
tree06130d7a24027079ab6cff913a4694d78d3e6c39 /pam_fshadow
parent90ffde49961d146f0e504746725b19187980c48c (diff)
downloadpam-modules-dbc191b52bbe6e3741e8bd8f708f69e2a6ead76b.tar.gz
pam-modules-dbc191b52bbe6e3741e8bd8f708f69e2a6ead76b.tar.bz2
Update
git-svn-id: file:///svnroot/pam-modules/trunk@29 56984be4-0537-0410-a56c-fcb268c96130
Diffstat (limited to 'pam_fshadow')
-rw-r--r--pam_fshadow/Makefile.am32
1 files changed, 21 insertions, 11 deletions
diff --git a/pam_fshadow/Makefile.am b/pam_fshadow/Makefile.am
index 54d2085..5eadaf5 100644
--- a/pam_fshadow/Makefile.am
+++ b/pam_fshadow/Makefile.am
@@ -1,20 +1,29 @@
-# Copyright (C) 2001, Sergey Poznyakoff
+# Copyright (C) 2001, 2006 Sergey Poznyakoff
#
-# This file is free software; as a special exception the author gives
-# unlimited permission to copy and/or distribute it, with or without
-# modifications, as long as this notice is preserved.
+# 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 2, or (at your option)
+# any later version.
#
-# This program is distributed in the hope that it will be useful, but
-# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
-# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+# 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, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+# MA 02110-1301 USA
pamdir=@PAMDIR@
pam_PROGRAMS = pam_fshadow.la
+AM_INSTALLCHECK_STD_OPTIONS_EXEMPT = pam_fshadow.la
pam_fshadow_la_SOURCES = pam_fshadow.c
-pam_fshadow_la_LDADD = -lpam
+pam_fshadow_la_LDADD = -lpam
+AM_LDFLAGS = -version-info @VI_CURRENT@:@VI_REVISION@:@VI_AGE@
AM_CPPFLAGS=-DSYSCONFDIR=\"${sysconfdir}\"
-INCLUDES=-I$(top_builddir)
-NORMAL_UNINSTALL = -rm -f $(DESTDIR)$(pamdir)/pam_fshadow.a $(DESTDIR)$(pamdir)/pam_fshadow.so.0.0.0
+INCLUDES=@PAM_COMMON_INCLUDES@
+NORMAL_UNINSTALL = -rm -f $(DESTDIR)$(pamdir)/pam_fshadow.a $(DESTDIR)$(pamdir)/pam_fshadow.so.@VI_CURRENT@.@VI_REVISION@.@VI_AGE@
pam_fshadow.lo: $(srcdir)/pam_fshadow.c
$(LIBTOOL) --mode=compile $(CC) -c -DHAVE_CONFIG_H \
@@ -22,5 +31,6 @@ pam_fshadow.lo: $(srcdir)/pam_fshadow.c
pam_fshadow.la$(EXEEXT): pam_fshadow.lo
$(LIBTOOL) --mode=link $(CC) -module -export-dynamic \
- -o $@ $< $(pam_fshadow_la_LDADD) \
+ $(AM_LDFLAGS) \
+ -o $@ $< $(pam_fshadow_la_LDADD) $(AM_LDADD) $(LDADD) \
-rpath $(pamdir)

Return to:

Send suggestions and report system problems to the System administrator.