diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-05-05 19:54:21 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:52:01 -0500 |
commit | 9b03417172fe2782986fcdc690605dd2363aac4a (patch) | |
tree | 26e629ffb540c2453689d15b9667c48bff158a2f /source4/lib | |
parent | 9644ced73139843aaa97f26114f5388e4b34b112 (diff) | |
download | samba-9b03417172fe2782986fcdc690605dd2363aac4a.tar.gz samba-9b03417172fe2782986fcdc690605dd2363aac4a.tar.bz2 samba-9b03417172fe2782986fcdc690605dd2363aac4a.zip |
r22684: Fix native Samba build.
(This used to be commit 582e743e68a1dbfafe06e7e283ff998140149ae7)
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/ldb/config.mk | 1 | ||||
-rw-r--r-- | source4/lib/ldb/tools/ad2oLschema.c | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/source4/lib/ldb/config.mk b/source4/lib/ldb/config.mk index e73250d7a7..66e6075ed5 100644 --- a/source4/lib/ldb/config.mk +++ b/source4/lib/ldb/config.mk @@ -201,6 +201,7 @@ OBJ_FILES = \ ################################################ # Start SUBSYSTEM LIBLDB_CMDLINE [SUBSYSTEM::LIBLDB_CMDLINE] +CFLAGS = -Ilib/ldb OBJ_FILES= \ tools/cmdline.o PUBLIC_DEPENDENCIES = ldb LIBPOPT diff --git a/source4/lib/ldb/tools/ad2oLschema.c b/source4/lib/ldb/tools/ad2oLschema.c index 2287882e23..d04260103d 100644 --- a/source4/lib/ldb/tools/ad2oLschema.c +++ b/source4/lib/ldb/tools/ad2oLschema.c @@ -33,10 +33,10 @@ */ #include "includes.h" -#include "ldb/include/includes.h" +#include "ldb_includes.h" #include "system/locale.h" -#include "ldb/tools/cmdline.h" -#include "ldb/tools/convert.h" +#include "tools/cmdline.h" +#include "tools/convert.h" struct schema_conv { int count; |