summaryrefslogtreecommitdiff
path: root/source4/lib/util/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/util/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/util/config.mk')
-rw-r--r--source4/lib/util/config.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/source4/lib/util/config.mk b/source4/lib/util/config.mk
index 401b4df005..5e49eb839a 100644
--- a/source4/lib/util/config.mk
+++ b/source4/lib/util/config.mk
@@ -49,3 +49,13 @@ PUBLIC_DEPENDENCIES = XATTR
#
# End SUBSYSTEM WRAP_XATTR
################################################
+
+################################################
+# Start SUBSYSTEM UTIL_TDB
+[SUBSYSTEM::UTIL_TDB]
+PUBLIC_PROTO_HEADER = util_tdb.h
+OBJ_FILES = \
+ util_tdb.o
+PUBLIC_DEPENDENCIES = LIBTDB
+# End SUBSYSTEM UTIL_TDB
+################################################