diff options
| author | Andrew Bartlett <abartlet@samba.org> | 2011-04-08 13:18:14 +1000 |
|---|---|---|
| committer | Andrew Tridgell <tridge@samba.org> | 2011-04-13 11:47:37 +1000 |
| commit | cec7c53da955ade9a218fdf0aaa44568d2417eb7 (patch) | |
| tree | 5cb6f23def5cb87761092ca626fda099646e3255 | |
| parent | fe458f23addff53378c5984fa80b813af821c98e (diff) | |
libds: Make flag_mapping a library
This is a tiny library, but otherwise the functions end up in multiple
other libraries.
Andrew Bartlett
| -rw-r--r-- | libds/common/wscript_build | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/libds/common/wscript_build b/libds/common/wscript_build index f6ed2091a5..8ee217709c 100644 --- a/libds/common/wscript_build +++ b/libds/common/wscript_build @@ -1,4 +1,6 @@ -bld.SAMBA_SUBSYSTEM('flag_mapping', - public_deps='talloc replace', - source='flag_mapping.c') +bld.SAMBA_LIBRARY('flag_mapping', + public_deps='talloc replace', + source='flag_mapping.c', + private_library=True, + deps='samba-util-common') |
