summaryrefslogtreecommitdiff
path: root/source3/libgpo
diff options
context:
space:
mode:
authorGarming Sam <garming@catalyst.net.nz>2014-02-05 17:18:23 +1300
committerGarming Sam <garming@samba.org>2017-11-20 21:41:14 +0100
commit78fd02cf31dfe72d596030f342aebefba1e72263 (patch)
tree00c6d82fcb876f14376d0f47d4a3211de66a4a83 /source3/libgpo
parent50a64b7ce95a353676669cfe4030b1451962ee6f (diff)
downloadsamba-78fd02cf31dfe72d596030f342aebefba1e72263.tar.gz
gpo: fix the building of gpext to only once
Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source3/libgpo')
-rw-r--r--source3/libgpo/gpext/wscript_build4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/libgpo/gpext/wscript_build b/source3/libgpo/gpext/wscript_build
index 3a120a5aff0..365b4203f91 100644
--- a/source3/libgpo/gpext/wscript_build
+++ b/source3/libgpo/gpext/wscript_build
@@ -1,9 +1,5 @@
#!/usr/bin/env python
-bld.SAMBA3_SUBSYSTEM('gpext',
- source='../../../libgpo/gpext/gpext.c',
- deps='samba-util samba3core gpo')
-
bld.SAMBA3_MODULE('gpext_registry',
subsystem='gpext',
source='registry.c',