summaryrefslogtreecommitdiff
path: root/source3/libgpo
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-08-31 18:19:40 +0200
committerGünther Deschner <gd@samba.org>2011-08-31 19:48:39 +0200
commitfe6c56524075e1ca8e95d531dc1945c0ff6fa783 (patch)
treedd2b2b596eb5f78a023cdc45f3f0302955ec5910 /source3/libgpo
parentfb8d63bf82eee9103326aac8829394ff8ec65449 (diff)
downloadsamba-fe6c56524075e1ca8e95d531dc1945c0ff6fa783.tar.gz
s3-waf: fix unresolved symbols in the group policy client side extensions subsystem.
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Aug 31 19:48:39 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3/libgpo')
-rw-r--r--source3/libgpo/gpext/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libgpo/gpext/wscript_build b/source3/libgpo/gpext/wscript_build
index 3c835dd8cd0..fc44eb8b856 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',