From 2261e8c0876dc1fa6eba3ccaf8341122ede67505 Mon Sep 17 00:00:00 2001 From: Kai Blin Date: Fri, 30 Apr 2010 10:15:11 +0200 Subject: s3-waf: Fix the minimal build When using the internal zlib and popt, the dependencies and includes have to be adapted a bit --- source3/build/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/build') diff --git a/source3/build/wscript b/source3/build/wscript index 17c6748404..f27e279d6b 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): -- cgit