diff options
| author | Stefan Metzmacher <metze@samba.org> | 2014-07-17 12:58:34 +0200 |
|---|---|---|
| committer | Stefan Metzmacher <metze@samba.org> | 2014-07-18 15:43:33 +0200 |
| commit | 45807028d478c082fef6f3a3d5a142d96d63fb50 (patch) | |
| tree | 5f98a560c6b1115ae9a118eb42ea9147080dbe9f /lib/util/wscript_build | |
| parent | b560fac7f78b761ee279d8e87a749125665eb5d1 (diff) | |
| download | samba-45807028d478c082fef6f3a3d5a142d96d63fb50.tar.gz samba-45807028d478c082fef6f3a3d5a142d96d63fb50.tar.xz samba-45807028d478c082fef6f3a3d5a142d96d63fb50.zip | |
lib/util: move memcache.[ch] to the toplevel 'samba-util' library
This is generic enough that it could be used in all code.
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
Autobuild-User(master): Stefan Metzmacher <metze@samba.org>
Autobuild-Date(master): Fri Jul 18 15:43:33 CEST 2014 on sn-devel-104
Diffstat (limited to 'lib/util/wscript_build')
| -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 fe2c183392..bcb7b66c77 100755 --- a/lib/util/wscript_build +++ b/lib/util/wscript_build @@ -8,7 +8,7 @@ bld.SAMBA_LIBRARY('samba-util', util_strlist.c util_paths.c idtree.c debug.c fault.c base64.c util_str.c util_str_common.c substitute.c ms_fnmatch.c server_id.c dprintf.c parmlist.c bitmap.c pidfile.c - tevent_debug.c util_process.c''', + tevent_debug.c util_process.c memcache.c''', deps='DYNCONFIG', public_deps='talloc tevent execinfo pthread LIBCRYPTO charset util_setid systemd-daemon', public_headers='debug.h attr.h byteorder.h data_blob.h memory.h safe_string.h time.h talloc_stack.h xfile.h dlinklist.h samba_util.h string_wrappers.h', |
