mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
r17030: Partially fix standalone build of tdb directory
(tdbtool still fails). Jeremy.
This commit is contained in:
parent
13e7fe540a
commit
50dbb66d73
@ -7,7 +7,7 @@ CC = gcc
|
||||
|
||||
ADMINPROGS = tdbdump tdbbackup
|
||||
PROGS = tdbtest tdbtool tdbtorture
|
||||
TDB_OBJ = tdb.o spinlock.o tdbback.o
|
||||
TDB_OBJ = tdb.o tdbback.o dump.o error.o freelist.o io.o lock.o open.o traverse.o transaction.o
|
||||
|
||||
default: $(PROGS)
|
||||
|
||||
|
@ -25,7 +25,6 @@
|
||||
*/
|
||||
|
||||
#ifndef _SAMBA_BUILD_
|
||||
#include "config.h"
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#ifdef HAVE_STDINT_H
|
||||
|
Loading…
Reference in New Issue
Block a user