mirror of
https://github.com/samba-team/samba.git
synced 2025-03-08 04:58:40 +03:00
r22684: Fix native Samba build.
(This used to be commit 582e743e68a1dbfafe06e7e283ff998140149ae7)
This commit is contained in:
parent
9644ced731
commit
9b03417172
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user