summaryrefslogtreecommitdiff
path: root/source4/wscript
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-03-19 20:06:33 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:26:55 +1000
commit5aacacea678b104b9ead9e4ea642c583791282b7 (patch)
tree87567703746978709fa527bfbc855dd2baf1f713 /source4/wscript
parent8ea03369bcd8ebb351e280222184f6d583640f46 (diff)
downloadsamba-5aacacea678b104b9ead9e4ea642c583791282b7.tar.gz
samba-5aacacea678b104b9ead9e4ea642c583791282b7.tar.bz2
samba-5aacacea678b104b9ead9e4ea642c583791282b7.zip
build: check for pam headers
Diffstat (limited to 'source4/wscript')
-rw-r--r--source4/wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/wscript b/source4/wscript
index 659876793f..06206435f2 100644
--- a/source4/wscript
+++ b/source4/wscript
@@ -59,6 +59,7 @@ def configure(conf):
conf.sub_config('../lib/util/charset')
conf.sub_config('auth')
conf.sub_config('../lib/nss_wrapper')
+ conf.sub_config('../nsswitch')
conf.sub_config('../lib/socket_wrapper')
conf.sub_config('../lib/uid_wrapper')
conf.sub_config('../lib/popt')