summaryrefslogtreecommitdiff
path: root/source4/lib/tdb/config.mk
diff options
context:
space:
mode:
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
################################################