summaryrefslogtreecommitdiff
path: root/nsswitch/wscript_build
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-09-06 09:39:16 +0200
committerGünther Deschner <gd@samba.org>2011-09-06 11:09:45 +0200
commite68c4f4b33131780ef093e75d0070fb6cc0c9b8b (patch)
treec04c1615f9ef2c1709c004e9aac330f7d5a9af80 /nsswitch/wscript_build
parent012c9d06a94b532377e9e96f60b20b5f0975af74 (diff)
downloadsamba-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_build1
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'):