diff options
author | Kai Blin <kai@samba.org> | 2010-05-12 05:39:00 -0600 |
---|---|---|
committer | Kai Blin <kai@samba.org> | 2010-05-20 22:16:15 +0200 |
commit | 17b136a79f94be5133e1fc93e31001fb102e6d2e (patch) | |
tree | 63f5459bb414a7033843f1cbf0c10c9ddad37984 | |
parent | b6c5d5de379de1e1e5ada78021b3defba3ca3194 (diff) | |
download | samba-17b136a79f94be5133e1fc93e31001fb102e6d2e.tar.gz samba-17b136a79f94be5133e1fc93e31001fb102e6d2e.tar.bz2 samba-17b136a79f94be5133e1fc93e31001fb102e6d2e.zip |
s3-waf: fix the winbindd build again
-rw-r--r-- | source3/wscript | 4 | ||||
-rw-r--r-- | source3/wscript_build | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/source3/wscript b/source3/wscript index 6977c5ba16..1a526bcb42 100644 --- a/source3/wscript +++ b/source3/wscript @@ -65,7 +65,9 @@ def configure(conf): # set a limit on recursing in the waf preprocessor conf.env.preprocessor_recursion_limit = 10 - conf.ADD_EXTRA_INCLUDES('#source3 #source3/include #lib/replace #lib/talloc #lib/tevent #source3/libaddns #source3/librpc #lib/tdb/include #lib/popt #source4') + conf.ADD_EXTRA_INCLUDES('''#source3 #source3/include #lib/replace #lib/talloc + #lib/tevent #source3/libaddns #source3/librpc + #source3/lib #lib/tdb/include #lib/popt #source4''') conf.RECURSE('../lib/replace') conf.RECURSE('build') diff --git a/source3/wscript_build b/source3/wscript_build index 2325e1718f..fe907eff63 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -631,6 +631,7 @@ WINBINDD_SRC1 = '''winbindd/winbindd.c winbindd/winbindd_pam_logoff.c winbindd/winbindd_pam_chauthtok.c winbindd/winbindd_pam_auth_crap.c + winbindd/winbindd_pam_chng_pswd_auth_crap.c auth/token_util.c auth/check_samsec.c auth/server_info.c |