1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/libgpo
Sean Finney 0f8018676a Fix numerous missing dependencies in WAF build scripts
With the recent consolidation of code between s3 and s4, a number of new
dependencies have been implicitly introduced.  For example, previous s3
code gained an implicit dependency on talloc after the charset related
consolidation (lib/util/charset/charset.h now includes talloc.h).  When
building against the embedded version of talloc this isn't a problem
since the paths are automatically added to the search path, but when
building against the external libraries build failures will occur for
all components that don't directly or indirectly include talloc as
a dependency.

Since charset.h is included from util.h, which in turn is included from
includes.h, this means most of the codebase (s3 and s4) has such an
undeclared dependency.

Therefore, samba-util-common and samba-util have been added as
dependencies to the s3 and s4 code respectively, for all cases where
the source would otherwise fail to build.  Additionally, a few other
dependencies are added in specific wscript_build files to address
similar dependency-related problems.

https://bugzilla.samba.org/show_bug.cgi?id=8128

Signed-off-by: Sean Finney <seanius@seanius.net>
Signed-off-by: Matthias Dieter Wallnöfer <mdw@samba.org>
Signed-off-by: Andrew Bartlett <abartlet@samba.org>

Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org>
Autobuild-Date: Wed May 25 19:22:13 CEST 2011 on sn-devel-104
2011-05-25 19:22:13 +02:00
..
gpext More const fixes. Remove CONST_DISCARD. 2011-05-06 01:44:07 +02:00
gpo_fetch.c s3-libsmb: move protos to libsmb/proto.h 2011-05-06 16:37:18 +02:00
gpo_ini.c charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_string*() 2011-03-24 01:47:26 +01:00
gpo_ini.h libgpo: fix the build of gpext plugins. 2009-04-20 23:38:11 +02:00
gpo_ldap.c s3-auth: use auth.h where needed. 2011-03-30 01:13:09 +02:00
gpo_sec.c s3-libndr: add ../librpc/ndr/libndr.h include in some places. 2011-03-31 00:14:01 +02:00
gpo_util.c s3-includes: only include system/filesys.h when needed. 2011-03-30 01:13:07 +02:00
gpo.h s3:auth Remove NT_USER_TOKEN 2010-09-11 18:46:06 +10:00
wscript_build Fix numerous missing dependencies in WAF build scripts 2011-05-25 19:22:13 +02:00