From a3d61e0485c70ec5215c34b6caf40e2e6c6c5338 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 24 May 2004 16:27:23 +0000 Subject: r848: convert lib/tdb into the same layout as lib/ldb metze (This used to be commit bacab322ce89979f0ad0811cd15b73d81eceb69d) --- source4/lib/tdb/config.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source4/lib/tdb/config.mk') diff --git a/source4/lib/tdb/config.mk b/source4/lib/tdb/config.mk index 797c793ce3..96641f8da7 100644 --- a/source4/lib/tdb/config.mk +++ b/source4/lib/tdb/config.mk @@ -2,10 +2,10 @@ # Start SUBSYSTEM LIBTDB [SUBSYSTEM::LIBTDB] INIT_OBJ_FILES = \ - lib/tdb/tdb.o + lib/tdb/common/tdb.o ADD_OBJ_FILES = \ - lib/tdb/tdbutil.o \ - lib/tdb/spinlock.o + lib/tdb/common/tdbutil.o \ + lib/tdb/common/spinlock.o # # End SUBSYSTEM LIBLDB ################################################ -- cgit