summaryrefslogtreecommitdiff
path: root/source4/lib/messaging/config.mk
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-10-20 23:32:23 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:21:30 -0500
commitaf870da6194b47c6cd09445c1e03832d00e951bb (patch)
treed8693e9c9fc8055d98d4275b7669e2186c86aafa /source4/lib/messaging/config.mk
parentb316b78cd5d2c511f59ef325c5e8fec68e02ddfe (diff)
downloadsamba-af870da6194b47c6cd09445c1e03832d00e951bb.tar.gz
samba-af870da6194b47c6cd09445c1e03832d00e951bb.tar.bz2
samba-af870da6194b47c6cd09445c1e03832d00e951bb.zip
r19428: moved tdbutil.c from lib/tdb/common/ to lib/util/util_tdb.c
tdbutil.c is Samba specific, so should not be part of the generic tdb library (This used to be commit 979dd24f5e44605fc1603b690913b8c31be7478f)
Diffstat (limited to 'source4/lib/messaging/config.mk')
-rw-r--r--source4/lib/messaging/config.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/lib/messaging/config.mk b/source4/lib/messaging/config.mk
index 5a0cc4c18f..186f54ba74 100644
--- a/source4/lib/messaging/config.mk
+++ b/source4/lib/messaging/config.mk
@@ -7,6 +7,7 @@ OBJ_FILES = \
PUBLIC_DEPENDENCIES = \
DB_WRAP \
NDR_IRPC \
- UNIX_PRIVS
+ UNIX_PRIVS \
+ UTIL_TDB
# End SUBSYSTEM MESSAGING
################################################