diff options
author | Dmitry V. Levin <ldv@altlinux.org> | 2010-10-19 16:36:35 +0000 |
---|---|---|
committer | Dmitry V. Levin <ldv@altlinux.org> | 2010-10-19 16:36:35 +0000 |
commit | 8bae86d2b21b9d388c5e0834dba70a0d2585f894 (patch) | |
tree | 86995ef89040d4214b67986bcfff659d8686abbe /modules | |
parent | 94917adb6444101fc7e7414a5073e8bdde1ee6f6 (diff) | |
download | linux-pam-git-8bae86d2b21b9d388c5e0834dba70a0d2585f894.tar.gz |
Relevant BUGIDs:
Purpose of commit: bugfix
Commit summary:
---------------
2010-10-19 Dmitry V. Levin <ldv@altlinux.org>
* modules/pam_selinux/Makefile.am (pam_selinux_la_LIBADD): Add
@LIBAUDIT@.
Diffstat (limited to 'modules')
-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 baf782a8..5c83acb4 100644 --- a/modules/pam_selinux/Makefile.am +++ b/modules/pam_selinux/Makefile.am @@ -25,7 +25,7 @@ pam_selinux_check_LDFLAGS = $(AM_LDFLAGS) \ -L$(top_builddir)/libpam -lpam \ -L$(top_builddir)/libpam_misc -lpam_misc -pam_selinux_la_LIBADD = -L$(top_builddir)/libpam -lpam @LIBSELINUX@ +pam_selinux_la_LIBADD = -L$(top_builddir)/libpam -lpam @LIBSELINUX@ @LIBAUDIT@ pam_selinux_la_LDFLAGS = -no-undefined -avoid-version -module if HAVE_VERSIONING pam_selinux_la_LDFLAGS += -Wl,--version-script=$(srcdir)/../modules.map |