diff options
author | Wilco Baan Hofman <wilco@baanhofman.nl> | 2010-04-23 11:53:04 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-06-20 17:19:10 +0200 |
commit | b02571541998f2698a92be8729f4f0da869a0f99 (patch) | |
tree | fd1afd2b5b78cc99a716eaf0921b14e366151eca /source4/utils/net | |
parent | 626db5c3b5854a895b79ab186a36d1b5cbb769b5 (diff) | |
download | samba-b02571541998f2698a92be8729f4f0da869a0f99.tar.gz samba-b02571541998f2698a92be8729f4f0da869a0f99.tar.bz2 samba-b02571541998f2698a92be8729f4f0da869a0f99.zip |
Rename libgpo to lib/policy to avoid confusion with samba3 and add waf build
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
Diffstat (limited to 'source4/utils/net')
-rw-r--r-- | source4/utils/net/config.mk | 2 | ||||
-rw-r--r-- | source4/utils/net/wscript_build | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/source4/utils/net/config.mk b/source4/utils/net/config.mk index 5549d5d7e4..032f68555a 100644 --- a/source4/utils/net/config.mk +++ b/source4/utils/net/config.mk @@ -33,7 +33,7 @@ PRIVATE_DEPENDENCIES = \ LIBPOPT \ POPT_SAMBA \ POPT_CREDENTIALS \ - LIBGPO \ + policy \ net_drs # End BINARY net ################################# diff --git a/source4/utils/net/wscript_build b/source4/utils/net/wscript_build index d86b800268..07aa8f7d06 100644 --- a/source4/utils/net/wscript_build +++ b/source4/utils/net/wscript_build @@ -10,9 +10,9 @@ bld.SAMBA_MODULE('net_drs', bld.SAMBA_BINARY('net', - source='net.c net_password.c net_join.c net_vampire.c', + source='net.c net_password.c net_join.c net_vampire.c net_gpo.c', autoproto='net_proto.h', - deps='LIBSAMBA-HOSTCONFIG LIBSAMBA-UTIL LIBSAMBA-NET popt POPT_SAMBA POPT_CREDENTIALS net_drs', + deps='LIBSAMBA-HOSTCONFIG LIBSAMBA-UTIL LIBSAMBA-NET popt POPT_SAMBA POPT_CREDENTIALS net_drs policy', needs_python=True ) |