summaryrefslogtreecommitdiff
path: root/source4/lib/tdb/config.mk
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2004-05-24 16:27:23 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:56:02 -0500
commita3d61e0485c70ec5215c34b6caf40e2e6c6c5338 (patch)
treec6dd1cdffceadf0e88f5ddbde8507c49478f55fa /source4/lib/tdb/config.mk
parent29a93d26cfc17dad96c74da9b05535b38552e4c0 (diff)
downloadsamba-a3d61e0485c70ec5215c34b6caf40e2e6c6c5338.tar.gz
samba-a3d61e0485c70ec5215c34b6caf40e2e6c6c5338.tar.bz2
samba-a3d61e0485c70ec5215c34b6caf40e2e6c6c5338.zip
r848: convert lib/tdb into the same layout as lib/ldb
metze (This used to be commit bacab322ce89979f0ad0811cd15b73d81eceb69d)
Diffstat (limited to 'source4/lib/tdb/config.mk')
-rw-r--r--source4/lib/tdb/config.mk6
1 files changed, 3 insertions, 3 deletions
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
################################################