From fe6c56524075e1ca8e95d531dc1945c0ff6fa783 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 31 Aug 2011 18:19:40 +0200 Subject: s3-waf: fix unresolved symbols in the group policy client side extensions subsystem. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Autobuild-User: Günther Deschner Autobuild-Date: Wed Aug 31 19:48:39 CEST 2011 on sn-devel-104 --- source3/libgpo/gpext/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/libgpo') diff --git a/source3/libgpo/gpext/wscript_build b/source3/libgpo/gpext/wscript_build index 3c835dd8cd..fc44eb8b85 100644 --- a/source3/libgpo/gpext/wscript_build +++ b/source3/libgpo/gpext/wscript_build @@ -8,7 +8,7 @@ GPEXT_SRC = '''../../../libgpo/gpext/gpext.c''' bld.SAMBA3_SUBSYSTEM('gpext', source=GPEXT_SRC, - deps='samba-util', + deps='samba-util samba3core libgpo', vars=locals()) bld.SAMBA3_MODULE('gpext_registry', -- cgit