summaryrefslogtreecommitdiff
path: root/source4/utils
diff options
context:
space:
mode:
authorWilco Baan Hofman <wilco@baanhofman.nl>2010-04-23 11:58:26 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-06-20 17:19:10 +0200
commita1fceac844a0a7690ab985fa08e6a08127e770bf (patch)
tree8fdb1099e708147d0fcd6173dcba122a30665598 /source4/utils
parentb02571541998f2698a92be8729f4f0da869a0f99 (diff)
downloadsamba-a1fceac844a0a7690ab985fa08e6a08127e770bf.tar.gz
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')
-rw-r--r--source4/utils/net/net_gpo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/utils/net/net_gpo.c b/source4/utils/net/net_gpo.c
index 9cedbe27c00..6301fc2129a 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)
{