1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-01 04:58:35 +03:00

r10410: blindly update the scons file for tdb. I'm not sure how this works,

but it definately needs transaction.c now
(This used to be commit fa353a5bc562fa1ace0daf6586c42d1d5698c6e4)
This commit is contained in:
Andrew Tridgell 2005-09-22 05:03:03 +00:00 committed by Gerald (Jerry) Carter
parent 07f123b6c8
commit f08cdba2c5

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