Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 155064
Collapse All | Expand All

(-)modules/pam_tally/Makefile.am (-1 / +1 lines)
Lines 19-25 Link Here
19
AM_CFLAGS = -I$(top_srcdir)/libpam/include -I$(top_srcdir)/libpamc/include
19
AM_CFLAGS = -I$(top_srcdir)/libpam/include -I$(top_srcdir)/libpamc/include
20
AM_LDFLAGS = -L$(top_builddir)/libpam -lpam
20
AM_LDFLAGS = -L$(top_builddir)/libpam -lpam
21
21
22
pam_tally_la_LDFLAGS = -no-undefined -avoid-version -module
22
pam_tally_la_LDFLAGS = $(AM_LDFLAGS) -no-undefined -avoid-version -module
23
if HAVE_VERSIONING
23
if HAVE_VERSIONING
24
  pam_tally_la_LDFLAGS += -Wl,--version-script=$(srcdir)/../modules.map
24
  pam_tally_la_LDFLAGS += -Wl,--version-script=$(srcdir)/../modules.map
25
endif
25
endif

Return to bug 155064