lib/util make string_wrappers.h a public header
authorAndrew Bartlett <abartlet@samba.org>
Tue, 3 May 2011 05:35:18 +0000 (15:35 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 3 May 2011 06:37:22 +0000 (08:37 +0200)
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

lib/util/wscript_build

index 1abaf3dcd5be8e798e485bbbd72010ca0bdac431..abdedb57759631b7f9db1a981da10c83d617e7dd 100755 (executable)
@@ -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: