summaryrefslogtreecommitdiff
path: root/libds
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-04-08 13:18:14 +1000
committerAndrew Tridgell <tridge@samba.org>2011-04-13 11:47:37 +1000
commitcec7c53da955ade9a218fdf0aaa44568d2417eb7 (patch)
tree5cb6f23def5cb87761092ca626fda099646e3255 /libds
parentfe458f23addff53378c5984fa80b813af821c98e (diff)
downloadsamba-cec7c53da955ade9a218fdf0aaa44568d2417eb7.tar.gz
libds: Make flag_mapping a library
This is a tiny library, but otherwise the functions end up in multiple other libraries. Andrew Bartlett
Diffstat (limited to 'libds')
-rw-r--r--libds/common/wscript_build8
1 files changed, 5 insertions, 3 deletions
diff --git a/libds/common/wscript_build b/libds/common/wscript_build
index f6ed2091a58..8ee217709c3 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')