summaryrefslogtreecommitdiff
path: root/source3/build
diff options
context:
space:
mode:
authorKai Blin <kai@samba.org>2010-04-30 10:15:11 +0200
committerKai Blin <kai@samba.org>2010-05-20 22:16:14 +0200
commit2261e8c0876dc1fa6eba3ccaf8341122ede67505 (patch)
tree79f5258f20d61ef8daa907406888152530007b32 /source3/build
parentc59da6e9a5cd177aed8fac38bd170979339bae7f (diff)
downloadsamba-2261e8c0876dc1fa6eba3ccaf8341122ede67505.tar.gz
s3-waf: Fix the minimal build
When using the internal zlib and popt, the dependencies and includes have to be adapted a bit
Diffstat (limited to 'source3/build')
-rw-r--r--source3/build/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/build/wscript b/source3/build/wscript
index 17c67484041..f27e279d6b4 100644
--- a/source3/build/wscript
+++ b/source3/build/wscript
@@ -41,7 +41,7 @@ def build(bld):
cflags = dynconfig_cflags(bld)
bld.SAMBA_SUBSYSTEM('DYNCONFIG',
'../dynconfig.c',
- deps='replace talloc tdb',
+ deps='replace talloc tdb popt',
cflags=cflags)
def dynconfig_cflags(bld):