1
0
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:
Jelmer Vernooij 2007-05-05 19:54:21 +00:00 committed by Gerald (Jerry) Carter
parent 9644ced731
commit 9b03417172
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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;