mirror of
https://github.com/samba-team/samba.git
synced 2025-03-27 22:50:26 +03:00
s4 nss_switch: fix build problem on computer without the iniparser
Although the build was ok on my workstation it appears that on build server it was not because the include path was not correct.
This commit is contained in:
parent
dbbfad8286
commit
c55f5f2a35
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
bld.SAMBA_SUBSYSTEM('LIBINIPARSER',
|
||||
source='../iniparser_build/iniparser.c ../iniparser_build/dictionary.c ../iniparser_build/strlib.c',
|
||||
source='../../iniparser_build/iniparser.c ../../iniparser_build/dictionary.c ../../iniparser_build/strlib.c',
|
||||
deps='replace',
|
||||
cflags=''
|
||||
)
|
@ -56,7 +56,7 @@ bld.RECURSE('cluster')
|
||||
bld.RECURSE('smbd')
|
||||
bld.RECURSE('libnet')
|
||||
bld.RECURSE('auth')
|
||||
bld.RECURSE('../lib/iniparser')
|
||||
bld.RECURSE('../lib/iniparser/src')
|
||||
bld.RECURSE('../nsswitch')
|
||||
bld.RECURSE('../nsswitch/libwbclient')
|
||||
bld.RECURSE('lib/samba3')
|
||||
|
Loading…
x
Reference in New Issue
Block a user