diff options
author | Kai Blin <kai@samba.org> | 2010-04-30 10:15:11 +0200 |
---|---|---|
committer | Kai Blin <kai@samba.org> | 2010-05-20 22:16:14 +0200 |
commit | 2261e8c0876dc1fa6eba3ccaf8341122ede67505 (patch) | |
tree | 79f5258f20d61ef8daa907406888152530007b32 /source3/build | |
parent | c59da6e9a5cd177aed8fac38bd170979339bae7f (diff) | |
download | samba-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/wscript | 2 |
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): |