diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-06-20 20:36:46 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-06-21 09:36:22 +1000 |
commit | 5db74b9607f4a5fc5ecaa8be0d744222cd55153c (patch) | |
tree | 7dd4a52766c837b5f56b8be601bf4c93dc473a29 /source3/libgpo | |
parent | d18491a7bdad69b8035eb7cda4d203cb792742f6 (diff) | |
download | samba-5db74b9607f4a5fc5ecaa8be0d744222cd55153c.tar.gz samba-5db74b9607f4a5fc5ecaa8be0d744222cd55153c.tar.bz2 samba-5db74b9607f4a5fc5ecaa8be0d744222cd55153c.zip |
lib/util Remove samba-util-common!
All of this code is now in common, so we don't need the second
'-common' library any more!
Andrew Bartlett
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 67f15188d8..3c835dd8cd 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-common', + deps='samba-util', vars=locals()) bld.SAMBA3_MODULE('gpext_registry', |