s3-waf: fix unresolved symbols in the group policy client side extensions subsystem.
authorGünther Deschner <gd@samba.org>
Wed, 31 Aug 2011 16:19:40 +0000 (18:19 +0200)
committerGünther Deschner <gd@samba.org>
Wed, 31 Aug 2011 17:48:39 +0000 (19:48 +0200)
Guenther

Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Wed Aug 31 19:48:39 CEST 2011 on sn-devel-104

source3/libgpo/gpext/wscript_build

index 3c835dd8cd0c97e063a09c4a10d49b61efe9e841..fc44eb8b85606aa79068d00210060a1ec6e6bee3 100644 (file)
@@ -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',