summaryrefslogtreecommitdiff
path: root/source4/lib/dbwrap/config.mk
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2007-08-24 02:38:51 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 15:02:30 -0500
commit09672f7e4ab15d20fe5702bef8d0550464e44cab (patch)
treef6b3f172ec4a75b1cfd099ad0c1efd93f27e1827 /source4/lib/dbwrap/config.mk
parent2119b7dff04076dd433246b8dcfe1d18ba4c855c (diff)
downloadsamba-09672f7e4ab15d20fe5702bef8d0550464e44cab.tar.gz
samba-09672f7e4ab15d20fe5702bef8d0550464e44cab.tar.bz2
samba-09672f7e4ab15d20fe5702bef8d0550464e44cab.zip
r24645: add in the ctdb dbwrap backend
(This used to be commit e2d173fde17ab903bddf2139d8100785280856bd)
Diffstat (limited to 'source4/lib/dbwrap/config.mk')
-rw-r--r--source4/lib/dbwrap/config.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/source4/lib/dbwrap/config.mk b/source4/lib/dbwrap/config.mk
index e2df04ac96..01ce4ddd8e 100644
--- a/source4/lib/dbwrap/config.mk
+++ b/source4/lib/dbwrap/config.mk
@@ -1,5 +1,6 @@
[SUBSYSTEM::LIBDBWRAP]
OBJ_FILES = dbwrap.o \
- dbwrap_tdb.o
+ dbwrap_tdb.o \
+ dbwrap_ctdb.o
PUBLIC_DEPENDENCIES = \
- LIBTDB
+ LIBTDB ctdb