]> granicus.if.org Git - linux-pam/commitdiff
Relevant BUGIDs:
authorThorsten Kukuk <kukuk@thkukuk.de>
Mon, 12 Jun 2006 21:09:34 +0000 (21:09 +0000)
committerThorsten Kukuk <kukuk@thkukuk.de>
Mon, 12 Jun 2006 21:09:34 +0000 (21:09 +0000)
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.

ChangeLog
modules/pam_tally/Makefile.am

index 8bbaf0b52ce392b7762243c4b8c44876215dd64b..21bc8634ac21b80a0c179b4f99e4f4d174910a61 100644 (file)
--- 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.
index dae3819832539d489e80f065e8234c8983c433fd..8b8c63bf070af5fb1a2045e8e2307802633d9002 100644 (file)
@@ -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