diff options
author | Günther Deschner <gd@samba.org> | 2011-08-31 18:19:40 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-08-31 19:48:39 +0200 |
commit | fe6c56524075e1ca8e95d531dc1945c0ff6fa783 (patch) | |
tree | dd2b2b596eb5f78a023cdc45f3f0302955ec5910 /source3/libgpo | |
parent | fb8d63bf82eee9103326aac8829394ff8ec65449 (diff) | |
download | samba-fe6c56524075e1ca8e95d531dc1945c0ff6fa783.tar.gz samba-fe6c56524075e1ca8e95d531dc1945c0ff6fa783.tar.bz2 samba-fe6c56524075e1ca8e95d531dc1945c0ff6fa783.zip |
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_build | 2 |
1 files changed, 1 insertions, 1 deletions
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', |