summaryrefslogtreecommitdiff
path: root/modules/pam_unix
diff options
context:
space:
mode:
authorTomas Mraz <tm@t8m.info>2005-09-21 13:27:10 +0000
committerTomas Mraz <tm@t8m.info>2005-09-21 13:27:10 +0000
commitc01ac65a78ad194673ec02026bd1ca229b931791 (patch)
tree657abbb616f0ec7cc62f0fbd4d26236ebb01fc90 /modules/pam_unix
parenta12eb128f99eb6f775b22c2805d38f81738f25bb (diff)
Relevant BUGIDs:
Purpose of commit: new feature Commit summary: --------------- Allow out of tree builds
Diffstat (limited to 'modules/pam_unix')
-rw-r--r--modules/pam_unix/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pam_unix/Makefile.am b/modules/pam_unix/Makefile.am
index 608a095f..fe884e77 100644
--- a/modules/pam_unix/Makefile.am
+++ b/modules/pam_unix/Makefile.am
@@ -26,7 +26,7 @@ endif
pam_unix_la_LDFLAGS = -no-undefined -avoid-version -module \
@LIBCRACK@ @LIBNSL@
if HAVE_VERSIONING
- pam_unix_la_LDFLAGS += -Wl,--version-script=../modules.map
+ pam_unix_la_LDFLAGS += -Wl,--version-script=$(srcdir)/../modules.map
endif
securelib_LTLIBRARIES = pam_unix.la