1
0
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:
Jeremy Allison 2006-07-14 05:10:55 +00:00 committed by Gerald (Jerry) Carter
parent 13e7fe540a
commit 50dbb66d73
2 changed files with 1 additions and 2 deletions

View File

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

View File

@ -25,7 +25,6 @@
*/
#ifndef _SAMBA_BUILD_
#include "config.h"
#include <stdlib.h>
#include <stdio.h>
#ifdef HAVE_STDINT_H