summaryrefslogtreecommitdiff
path: root/lib/dbwrap
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2018-04-17 16:46:00 +0200
committerJeremy Allison <jra@samba.org>2018-04-24 01:53:19 +0200
commit27e6e45164b1eda8b96701b609a09bda631db6e7 (patch)
treebe4f93b572c8a514b6cf9b18d2867ffc16bee50b /lib/dbwrap
parent1aeac2f85db045d565e30d8b94334366e39222e9 (diff)
downloadsamba-27e6e45164b1eda8b96701b609a09bda631db6e7.tar.gz
dbwrap: Remove dependency on samba-hostconfig
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'lib/dbwrap')
-rw-r--r--lib/dbwrap/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dbwrap/wscript_build b/lib/dbwrap/wscript_build
index e6e9d5e4384..0e5f9619a3f 100644
--- a/lib/dbwrap/wscript_build
+++ b/lib/dbwrap/wscript_build
@@ -1,6 +1,6 @@
SRC = '''dbwrap.c dbwrap_util.c dbwrap_rbt.c dbwrap_tdb.c
dbwrap_local_open.c'''
-DEPS= '''samba-util util_tdb samba-errors tdb tdb-wrap samba-hostconfig tevent tevent-util'''
+DEPS= '''samba-util util_tdb samba-errors tdb tdb-wrap tevent tevent-util'''
bld.SAMBA_LIBRARY('dbwrap',
source=SRC,