diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-05-03 15:35:18 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-05-03 08:37:22 +0200 |
commit | 92e490ac098ce54ff0db9f9234d4a4057435fe3a (patch) | |
tree | f58f1ba4b962958015e4058de59f8267cdc6e731 | |
parent | 56a5b7d09e0eed66690d87241ee71bca5048e2f8 (diff) | |
download | samba-92e490ac098ce54ff0db9f9234d4a4057435fe3a.tar.gz samba-92e490ac098ce54ff0db9f9234d4a4057435fe3a.tar.xz 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
-rwxr-xr-x | lib/util/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util/wscript_build b/lib/util/wscript_build index 1abaf3dcd5b..abdedb57759 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: |