mirror of
https://github.com/samba-team/samba.git
synced 2025-02-26 21:57:41 +03:00
s3-waf: fix the winbindd build again
This commit is contained in:
parent
b6c5d5de37
commit
17b136a79f
@ -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')
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user