From 105a8c6280ed49310a62b4d1e9e72fc7d0fc272a Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Mon, 12 Jun 2006 21:09:34 +0000 Subject: Relevant BUGIDs: Purpose of commit: bugfix Commit summary: --------------- 2006-06-12 Thorsten Kukuk * modules/pam_tally/Makefile.am (AM_LDFLAGS): Remove flags for modules from main application. --- modules/pam_tally/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'modules') 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 -- cgit v1.2.3