r10410: blindly update the scons file for tdb. I'm not sure how this works,
authorAndrew Tridgell <tridge@samba.org>
Thu, 22 Sep 2005 05:03:03 +0000 (05:03 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:38:42 +0000 (13:38 -0500)
but it definately needs transaction.c now
(This used to be commit fa353a5bc562fa1ace0daf6586c42d1d5698c6e4)

source4/lib/tdb/SConscript

index 728160f959839bae4ccbeb64a084fab893a12bb3..a7a477d7bc4c593d3c5e74e43e96567e92ccf093 100644 (file)
@@ -4,7 +4,7 @@ tdbenv.Append(CPPPATH=['include'])
 
 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)