summaryrefslogtreecommitdiff
path: root/source3/libgpo
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-11-02 10:45:33 +0100
committerGünther Deschner <gd@samba.org>2011-11-02 16:59:32 +0100
commit19261143580140f246a984bc281d8f81b27b2792 (patch)
treefbcedf1d74eaaf959551c1c400ee2d96deb3cdb9 /source3/libgpo
parent2107ba5be87d6a9f7691cfcbe5411fa7174120b7 (diff)
downloadsamba-19261143580140f246a984bc281d8f81b27b2792.tar.gz
s3-waf: fix libgpo.so library name.
Guenther
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 fc44eb8b856..7595fffe217 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 samba3core libgpo',
+ deps='samba-util samba3core gpo',
vars=locals())
bld.SAMBA3_MODULE('gpext_registry',