diff options
author | Matthieu Patou <mat@matws.net> | 2010-07-17 20:07:52 +0400 |
---|---|---|
committer | Matthieu Patou <mat@matws.net> | 2010-07-17 20:10:11 +0400 |
commit | c55f5f2a35a138e130e15eee8206b5f72675b7e8 (patch) | |
tree | 39c40472f20cc9f076d089f3991d8fd65533d58b /source4/wscript_build | |
parent | dbbfad82862343eed0be86c8ca4fa23bdff5beb5 (diff) | |
download | samba-c55f5f2a35a138e130e15eee8206b5f72675b7e8.tar.gz samba-c55f5f2a35a138e130e15eee8206b5f72675b7e8.tar.bz2 samba-c55f5f2a35a138e130e15eee8206b5f72675b7e8.zip |
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.
Diffstat (limited to 'source4/wscript_build')
-rw-r--r-- | source4/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/wscript_build b/source4/wscript_build index c8c14bc2b3..090c914ae7 100644 --- a/source4/wscript_build +++ b/source4/wscript_build @@ -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') |