From 2a1891a9d67d547847b233dec85925d726696e7f Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 28 Sep 2010 09:27:54 +0200 Subject: s3-waf: fix dependencies in most of our module subsystems. Guenther --- source3/libgpo/gpext/wscript_build | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/libgpo') 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', -- cgit