diff options
author | Wilco Baan Hofman <wilco@baanhofman.nl> | 2010-04-23 11:58:26 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-06-20 17:19:10 +0200 |
commit | a1fceac844a0a7690ab985fa08e6a08127e770bf (patch) | |
tree | 8fdb1099e708147d0fcd6173dcba122a30665598 /source4/utils/net | |
parent | b02571541998f2698a92be8729f4f0da869a0f99 (diff) | |
download | samba-a1fceac844a0a7690ab985fa08e6a08127e770bf.tar.gz samba-a1fceac844a0a7690ab985fa08e6a08127e770bf.tar.bz2 samba-a1fceac844a0a7690ab985fa08e6a08127e770bf.zip |
Rename files to reflect the libpolicy naming convention. Also fix the GNU make build.
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
Diffstat (limited to 'source4/utils/net')
-rw-r--r-- | source4/utils/net/net_gpo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/utils/net/net_gpo.c b/source4/utils/net/net_gpo.c index 9cedbe27c0..6301fc2129 100644 --- a/source4/utils/net/net_gpo.c +++ b/source4/utils/net/net_gpo.c @@ -26,7 +26,7 @@ #include "lib/ldb/include/ldb.h" #include "auth/auth.h" #include "param/param.h" -#include "libgpo/gpo.h" +#include "lib/policy/policy.h" static int net_gpo_list_all_usage(struct net_context *ctx, int argc, const char **argv) { |