diff options
author | Günther Deschner <gd@samba.org> | 2011-09-06 09:39:16 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-09-06 11:09:45 +0200 |
commit | e68c4f4b33131780ef093e75d0070fb6cc0c9b8b (patch) | |
tree | c04c1615f9ef2c1709c004e9aac330f7d5a9af80 /nsswitch/wscript_build | |
parent | 012c9d06a94b532377e9e96f60b20b5f0975af74 (diff) | |
download | samba-e68c4f4b33131780ef093e75d0070fb6cc0c9b8b.tar.gz samba-e68c4f4b33131780ef093e75d0070fb6cc0c9b8b.tar.bz2 samba-e68c4f4b33131780ef093e75d0070fb6cc0c9b8b.zip |
waf: install pam modules in PAMMODULESDIR.
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Tue Sep 6 11:09:45 CEST 2011 on sn-devel-104
Diffstat (limited to 'nsswitch/wscript_build')
-rw-r--r-- | nsswitch/wscript_build | 1 |
1 files changed, 1 insertions, 0 deletions
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'): |