diff options
author | Sean Finney <seanius@seanius.net> | 2011-03-01 18:07:18 +0100 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mdw@samba.org> | 2011-03-01 18:53:40 +0100 |
commit | e1e3b5c4295bd09f5ed5ec6c7f68cb43eb8fb91c (patch) | |
tree | e8f33163801e60554204704069ccafaf528736df /libds/common | |
parent | 80995fde5a6b0ba274972676864e1985d990e1ea (diff) | |
download | samba-e1e3b5c4295bd09f5ed5ec6c7f68cb43eb8fb91c.tar.gz |
libds/common/flag_mapping.c - fix another build dependency
Signed-off-by: Matthias Dieter Wallnöfer <mdw@samba.org>
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org>
Autobuild-Date: Tue Mar 1 18:53:40 CET 2011 on sn-devel-104
Diffstat (limited to 'libds/common')
-rw-r--r-- | libds/common/wscript_build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libds/common/wscript_build b/libds/common/wscript_build index 46787db19bc..f6ed2091a58 100644 --- a/libds/common/wscript_build +++ b/libds/common/wscript_build @@ -1,3 +1,4 @@ bld.SAMBA_SUBSYSTEM('flag_mapping', + public_deps='talloc replace', source='flag_mapping.c') |