diff options
Diffstat (limited to 'modules/pam_tally')
-rw-r--r-- | modules/pam_tally/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pam_tally/Makefile.am b/modules/pam_tally/Makefile.am index 73c819c4..c7aacc0d 100644 --- a/modules/pam_tally/Makefile.am +++ b/modules/pam_tally/Makefile.am @@ -17,7 +17,7 @@ AM_LDFLAGS = -no-undefined -avoid-version -module \ pam_tally_la_LDFLAGS = -no-undefined -avoid-version -module if HAVE_VERSIONING - pam_tally_la_LDFLAGS += -Wl,--version-script=../modules.map + pam_tally_la_LDFLAGS += -Wl,--version-script=$(srcdir)/../modules.map endif securelib_LTLIBRARIES = pam_tally.la |