aboutsummaryrefslogtreecommitdiff
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
parent0fe6ff3ef4d45d8c16e89d4505cdc5857e133299 (diff)
downloadpam-105a8c6280ed49310a62b4d1e9e72fc7d0fc272a.tar.gz
pam-105a8c6280ed49310a62b4d1e9e72fc7d0fc272a.tar.bz2
pam-105a8c6280ed49310a62b4d1e9e72fc7d0fc272a.zip
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.
-rw-r--r--ChangeLog5
-rw-r--r--modules/pam_tally/Makefile.am3
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 8bbaf0b5..21bc8634 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-06-12 Thorsten Kukuk <kukuk@thkukuk.de>
+
+ * modules/pam_tally/Makefile.am (AM_LDFLAGS): Remove flags
+ for modules from main application.
+
2006-06-09 Thorsten Kukuk <kukuk@thkukuk.de>
* modules/pam_time/Makefile.am: Include Make.xml.rules.
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