svn commit: samba r17030 - branches/SAMBA_3_0/source/tdb
trunk/source/tdb
jra at samba.org
jra at samba.org
Fri Jul 14 05:10:56 GMT 2006
Author: jra
Date: 2006-07-14 05:10:55 +0000 (Fri, 14 Jul 2006)
New Revision: 17030
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17030
Log:
Partially fix standalone build of tdb directory
(tdbtool still fails).
Jeremy.
Modified:
branches/SAMBA_3_0/source/tdb/Makefile
branches/SAMBA_3_0/source/tdb/tdb_private.h
trunk/source/tdb/Makefile
trunk/source/tdb/tdb_private.h
Changeset:
Modified: branches/SAMBA_3_0/source/tdb/Makefile
===================================================================
--- branches/SAMBA_3_0/source/tdb/Makefile 2006-07-13 23:34:06 UTC (rev 17029)
+++ branches/SAMBA_3_0/source/tdb/Makefile 2006-07-14 05:10:55 UTC (rev 17030)
@@ -7,7 +7,7 @@
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)
Modified: branches/SAMBA_3_0/source/tdb/tdb_private.h
===================================================================
--- branches/SAMBA_3_0/source/tdb/tdb_private.h 2006-07-13 23:34:06 UTC (rev 17029)
+++ branches/SAMBA_3_0/source/tdb/tdb_private.h 2006-07-14 05:10:55 UTC (rev 17030)
@@ -25,7 +25,6 @@
*/
#ifndef _SAMBA_BUILD_
-#include "config.h"
#include <stdlib.h>
#include <stdio.h>
#ifdef HAVE_STDINT_H
Modified: trunk/source/tdb/Makefile
===================================================================
--- trunk/source/tdb/Makefile 2006-07-13 23:34:06 UTC (rev 17029)
+++ trunk/source/tdb/Makefile 2006-07-14 05:10:55 UTC (rev 17030)
@@ -7,7 +7,7 @@
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)
Modified: trunk/source/tdb/tdb_private.h
===================================================================
--- trunk/source/tdb/tdb_private.h 2006-07-13 23:34:06 UTC (rev 17029)
+++ trunk/source/tdb/tdb_private.h 2006-07-14 05:10:55 UTC (rev 17030)
@@ -25,7 +25,6 @@
*/
#ifndef _SAMBA_BUILD_
-#include "config.h"
#include <stdlib.h>
#include <stdio.h>
#ifdef HAVE_STDINT_H
More information about the samba-cvs
mailing list