summaryrefslogtreecommitdiff
path: root/lib/iniparser
diff options
context:
space:
mode:
authorMatthieu Patou <mat@matws.net>2010-07-17 20:07:52 +0400
committerMatthieu Patou <mat@matws.net>2010-07-17 20:10:11 +0400
commitc55f5f2a35a138e130e15eee8206b5f72675b7e8 (patch)
tree39c40472f20cc9f076d089f3991d8fd65533d58b /lib/iniparser
parentdbbfad82862343eed0be86c8ca4fa23bdff5beb5 (diff)
downloadsamba-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 'lib/iniparser')
-rw-r--r--lib/iniparser/src/wscript_build (renamed from lib/iniparser/wscript_build)2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/iniparser/wscript_build b/lib/iniparser/src/wscript_build
index 419c232f91..aa15c9f66e 100644
--- a/lib/iniparser/wscript_build
+++ b/lib/iniparser/src/wscript_build
@@ -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=''
)