diff options
author | Tomas Mraz <tm@t8m.info> | 2005-09-21 13:27:10 +0000 |
---|---|---|
committer | Tomas Mraz <tm@t8m.info> | 2005-09-21 13:27:10 +0000 |
commit | c01ac65a78ad194673ec02026bd1ca229b931791 (patch) | |
tree | 657abbb616f0ec7cc62f0fbd4d26236ebb01fc90 /modules/pam_selinux | |
parent | a12eb128f99eb6f775b22c2805d38f81738f25bb (diff) | |
download | pam-c01ac65a78ad194673ec02026bd1ca229b931791.tar.gz pam-c01ac65a78ad194673ec02026bd1ca229b931791.tar.bz2 pam-c01ac65a78ad194673ec02026bd1ca229b931791.zip |
Relevant BUGIDs:
Purpose of commit: new feature
Commit summary:
---------------
Allow out of tree builds
Diffstat (limited to 'modules/pam_selinux')
-rw-r--r-- | modules/pam_selinux/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pam_selinux/Makefile.am b/modules/pam_selinux/Makefile.am index 5dfe6a5d..0cab19ff 100644 --- a/modules/pam_selinux/Makefile.am +++ b/modules/pam_selinux/Makefile.am @@ -20,7 +20,7 @@ pam_selinux_check_LDFLAGS = -L$(top_builddir)/libpam_misc -lpam_misc if HAVE_VERSIONING pam_selinux_la_LDFLAGS = -avoid-version -module \ - -Wl,--version-script=../modules.map + -Wl,--version-script=$(srcdir)/../modules.map endif if HAVE_LIBSELINUX |