summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-04-13 15:26:30 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-04-13 08:39:35 +0200
commit53e0bada43a9185f502a38e960337b51aab7bcf8 (patch)
tree044e1c38f518f53ccdde9824f40eda81857248c7 /lib
parentd309499b9e268bff5e366a9986528f0accbc02b3 (diff)
downloadsamba-53e0bada43a9185f502a38e960337b51aab7bcf8.tar.gz
samba-53e0bada43a9185f502a38e960337b51aab7bcf8.tar.bz2
samba-53e0bada43a9185f502a38e960337b51aab7bcf8.zip
build: Bring DYNCONFIG into samba-util library to avoid symbol duplication
When this was depended on directly as a subsystem, it ended up in multiple libraries. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Wed Apr 13 08:39:35 CEST 2011 on sn-devel-104
Diffstat (limited to 'lib')
-rwxr-xr-xlib/util/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util/wscript_build b/lib/util/wscript_build
index 8e73e0f3e2..1186cd7c10 100755
--- a/lib/util/wscript_build
+++ b/lib/util/wscript_build
@@ -24,7 +24,7 @@ if bld.env._SAMBA_BUILD_ == 4:
source='''dprintf.c
ms_fnmatch.c parmlist.c substitute.c util_str.c
''',
- deps='samba-util-common',
+ deps='samba-util-common DYNCONFIG',
public_deps='talloc CHARSET execinfo uid_wrapper',
public_headers='attr.h byteorder.h data_blob.h memory.h safe_string.h time.h talloc_stack.h xfile.h dlinklist.h util.h',
header_path= [ ('dlinklist.h util.h', '.'), ('*', 'util') ],