summaryrefslogtreecommitdiff
path: root/lib/util/wscript_build
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-05-03 15:35:18 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-05-03 08:37:22 +0200
commit92e490ac098ce54ff0db9f9234d4a4057435fe3a (patch)
treef58f1ba4b962958015e4058de59f8267cdc6e731 /lib/util/wscript_build
parent56a5b7d09e0eed66690d87241ee71bca5048e2f8 (diff)
downloadsamba-92e490ac098ce54ff0db9f9234d4a4057435fe3a.tar.gz
samba-92e490ac098ce54ff0db9f9234d4a4057435fe3a.tar.bz2
samba-92e490ac098ce54ff0db9f9234d4a4057435fe3a.zip
lib/util make string_wrappers.h a public header
This isn't a very good public header, but util.h includes it, so we don't have much choice in the short term. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue May 3 08:37:22 CEST 2011 on sn-devel-104
Diffstat (limited to 'lib/util/wscript_build')
-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 1abaf3dcd5..abdedb5775 100755
--- a/lib/util/wscript_build
+++ b/lib/util/wscript_build
@@ -12,7 +12,7 @@ common_util_public_deps = 'talloc pthread LIBCRYPTO'
s4_util_sources = '''dprintf.c ms_fnmatch.c parmlist.c'''
s4_util_deps = 'DYNCONFIG'
s4_util_public_deps = 'talloc CHARSET execinfo uid_wrapper'
-s4_util_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'
+s4_util_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 string_wrappers.h'
s4_util_header_path = [ ('dlinklist.h util.h', '.'), ('*', 'util') ]
if bld.env._SAMBA_BUILD_ == 3: