summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorRusty Russell <rusty@rustcorp.com.au>2012-06-22 15:07:43 +0930
committerRusty Russell <rusty@rustcorp.com.au>2012-06-22 07:35:17 +0200
commit9d97bf3f47a591a71e96cad8a87ef13a2b277c9c (patch)
treef78151ab3e9a9ea72f89f933652669035272ff88 /source3/Makefile.in
parent1acf548eb75c9641e4e2c07167b42bc4380f9158 (diff)
downloadsamba-9d97bf3f47a591a71e96cad8a87ef13a2b277c9c.tar.gz
samba-9d97bf3f47a591a71e96cad8a87ef13a2b277c9c.tar.bz2
samba-9d97bf3f47a591a71e96cad8a87ef13a2b277c9c.zip
dbwrap: dbwrap_local_open()
This simply opens a tdb: it will eventually switch depending on the extension. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index d66f6bfd99..abdeb72d62 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -263,6 +263,7 @@ EXTRA_ALL_TARGETS = @EXTRA_ALL_TARGETS@
TDB_LIB_OBJ = lib/util_tdb.o ../lib/util/util_tdb.o \
../lib/tdb_wrap/tdb_wrap.o \
../lib/dbwrap/dbwrap.o \
+ ../lib/dbwrap/dbwrap_local_open.o \
lib/dbwrap/dbwrap_open.o \
../lib/dbwrap/dbwrap_tdb.o \
lib/dbwrap/dbwrap_ctdb.o \