diff options
author | Günther Deschner <gd@samba.org> | 2010-09-28 09:27:54 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-09-28 09:41:54 +0200 |
commit | 2a1891a9d67d547847b233dec85925d726696e7f (patch) | |
tree | 226ab2cee1ce4aad15598a26b9f8fee944790aaf /source3/libgpo | |
parent | 5fcd0471e59c35d0769628fa8d1a021bf78b714c (diff) | |
download | samba-2a1891a9d67d547847b233dec85925d726696e7f.tar.gz samba-2a1891a9d67d547847b233dec85925d726696e7f.tar.bz2 samba-2a1891a9d67d547847b233dec85925d726696e7f.zip |
s3-waf: fix dependencies in most of our module subsystems.
Guenther
Diffstat (limited to 'source3/libgpo')
-rw-r--r-- | source3/libgpo/gpext/wscript_build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/libgpo/gpext/wscript_build b/source3/libgpo/gpext/wscript_build index c2cca3d410..8f7164ab0d 100644 --- a/source3/libgpo/gpext/wscript_build +++ b/source3/libgpo/gpext/wscript_build @@ -8,7 +8,6 @@ GPEXT_SRC = '''../../../libgpo/gpext/gpext.c''' bld.SAMBA_SUBSYSTEM('GPEXT', source=GPEXT_SRC, - deps='''GPEXT_REGISTRY GPEXT_SCRIPTS GPEXT_SECURITY''', vars=locals()) bld.SAMBA_MODULE('GPEXT_REGISTRY', |