mirror of
git://git.gnu.org.ua/pam-modules.git
synced 2025-04-26 16:39:53 +03:00
(pam_fshadow_la_LDADD): Add @LIBS@
git-svn-id: file:///svnroot/pam-modules/trunk@44 56984be4-0537-0410-a56c-fcb268c96130
This commit is contained in:
parent
1c2c05259a
commit
315ecd615d
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# Copyright (C) 2001, 2006 Sergey Poznyakoff
|
||||
# Copyright (C) 2001, 2006, 2007 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
|
||||
|
@ -19,7 +19,7 @@ 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 @LIBS@
|
||||
AM_LDFLAGS = -version-info @VI_CURRENT@:@VI_REVISION@:@VI_AGE@
|
||||
AM_CPPFLAGS=-DMODULE_NAME=\"pam_fshadow\" -DSYSCONFDIR=\"${sysconfdir}\"
|
||||
INCLUDES=@PAM_COMMON_INCLUDES@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue