svn commit: samba r10410 - in branches/SAMBA_4_0/source/lib/tdb: .

tridge at samba.org tridge at samba.org
Thu Sep 22 05:03:03 GMT 2005


Author: tridge
Date: 2005-09-22 05:03:03 +0000 (Thu, 22 Sep 2005)
New Revision: 10410

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10410

Log:

blindly update the scons file for tdb. I'm not sure how this works,
but it definately needs transaction.c now


Modified:
   branches/SAMBA_4_0/source/lib/tdb/SConscript


Changeset:
Modified: branches/SAMBA_4_0/source/lib/tdb/SConscript
===================================================================
--- branches/SAMBA_4_0/source/lib/tdb/SConscript	2005-09-22 04:57:35 UTC (rev 10409)
+++ branches/SAMBA_4_0/source/lib/tdb/SConscript	2005-09-22 05:03:03 UTC (rev 10410)
@@ -4,7 +4,7 @@
 
 tdb_files = ['common/tdb.c','common/dump.c','common/io.c','common/lock.c',
              'common/open.c','common/traverse.c','common/freelist.c',
-             'common/error.c','common/tdbutil.c']
+             'common/error.c','common/transaction.c', 'common/tdbutil.c']
 
 tdb = tdbenv.StaticLibrary('tdb', tdb_files)
 



More information about the samba-cvs mailing list