summaryrefslogtreecommitdiff
path: root/modules/pam_stress
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_stress
parenta12eb128f99eb6f775b22c2805d38f81738f25bb (diff)
Relevant BUGIDs:
Purpose of commit: new feature Commit summary: --------------- Allow out of tree builds
Diffstat (limited to 'modules/pam_stress')
-rw-r--r--modules/pam_stress/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pam_stress/Makefile.am b/modules/pam_stress/Makefile.am
index 5aec6a4c..1fcbde7d 100644
--- a/modules/pam_stress/Makefile.am
+++ b/modules/pam_stress/Makefile.am
@@ -13,6 +13,6 @@ AM_CFLAGS = -I$(top_srcdir)/libpam/include -I$(top_srcdir)/libpamc/include
AM_LDFLAGS = -no-undefined -avoid-version -module \
-L$(top_builddir)/libpam -lpam
if HAVE_VERSIONING
- AM_LDFLAGS += -Wl,--version-script=../modules.map
+ AM_LDFLAGS += -Wl,--version-script=$(srcdir)/../modules.map
endif
securelib_LTLIBRARIES = pam_stress.la