From 92e490ac098ce54ff0db9f9234d4a4057435fe3a Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 3 May 2011 15:35:18 +1000 Subject: 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 Autobuild-Date: Tue May 3 08:37:22 CEST 2011 on sn-devel-104 --- lib/util/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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: -- cgit