From e68c4f4b33131780ef093e75d0070fb6cc0c9b8b Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 6 Sep 2011 09:39:16 +0200 Subject: waf: install pam modules in PAMMODULESDIR. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Autobuild-User: Günther Deschner Autobuild-Date: Tue Sep 6 11:09:45 CEST 2011 on sn-devel-104 --- nsswitch/wscript_build | 1 + 1 file changed, 1 insertion(+) (limited to 'nsswitch/wscript_build') diff --git a/nsswitch/wscript_build b/nsswitch/wscript_build index 47f6fbcc23..298da06001 100644 --- a/nsswitch/wscript_build +++ b/nsswitch/wscript_build @@ -27,6 +27,7 @@ if bld.CONFIG_SET('WITH_PAM_MODULES') and bld.CONFIG_SET('HAVE_PAM_START'): deps='intl talloc wbclient winbind-client LIBINIPARSER pam', cflags='-DLOCALEDIR=\"%s/locale\"' % bld.env.DATADIR, realname='pam_winbind.so', + install_path='${PAMMODULESDIR}' ) if bld.CONFIG_SET('HAVE_KRB5_LOCATE_PLUGIN_H'): -- cgit