1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

r14590: Fix ldb standalone build...

(This used to be commit 3a6ed4e2df)
This commit is contained in:
Jelmer Vernooij 2006-03-20 21:28:56 +00:00 committed by Gerald (Jerry) Carter
parent 0e4ee7814c
commit 72a1d08cfe
2 changed files with 1 additions and 2 deletions

View File

@ -61,7 +61,7 @@ COMMON_OBJ=common/ldb.o common/ldb_ldif.o \
common/attrib_handlers.o common/ldb_controls.o common/qsort.o
MODULES_OBJ=modules/operational.o modules/schema.o modules/rdn_name.o \
modules/objectclass.o modules/ldb_map.o \
modules/objectclass.o \
modules/paged_results.o modules/sort.o modules/asq.o
OBJS = $(MODULES_OBJ) $(COMMON_OBJ) $(LDB_TDB_OBJ) $(TDB_OBJ) $(TALLOC_OBJ) $(LDB_LDAP_OBJ) $(LDB_SQLITE3_OBJ)

View File

@ -38,7 +38,6 @@
#define discard_const(ptr) ((void *)((intptr_t)(ptr)))
#define discard_const_p(type, ptr) ((type *)discard_const(ptr))
#include "lib/ldb/samba/ldif_handlers.h"
#include "talloc.h"
#endif /*_SAMBA_BUILD_*/