summaryrefslogtreecommitdiff
path: root/modules/pam_tally
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2006-06-12 21:09:34 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2006-06-12 21:09:34 +0000
commit105a8c6280ed49310a62b4d1e9e72fc7d0fc272a (patch)
tree3059e4dae9b4a9001f673a75f0e12f6e990315a5 /modules/pam_tally
parent0fe6ff3ef4d45d8c16e89d4505cdc5857e133299 (diff)
Relevant BUGIDs:
Purpose of commit: bugfix Commit summary: --------------- 2006-06-12 Thorsten Kukuk <kukuk@thkukuk.de> * modules/pam_tally/Makefile.am (AM_LDFLAGS): Remove flags for modules from main application.
Diffstat (limited to 'modules/pam_tally')
-rw-r--r--modules/pam_tally/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/pam_tally/Makefile.am b/modules/pam_tally/Makefile.am
index dae38198..8b8c63bf 100644
--- a/modules/pam_tally/Makefile.am
+++ b/modules/pam_tally/Makefile.am
@@ -14,8 +14,7 @@ secureconfdir = $(SCONFIGDIR)
noinst_HEADERS = faillog.h
AM_CFLAGS = -I$(top_srcdir)/libpam/include -I$(top_srcdir)/libpamc/include
-AM_LDFLAGS = -no-undefined -avoid-version -module \
- -L$(top_builddir)/libpam -lpam
+AM_LDFLAGS = -L$(top_builddir)/libpam -lpam
pam_tally_la_LDFLAGS = -no-undefined -avoid-version -module
if HAVE_VERSIONING