summaryrefslogtreecommitdiff
path: root/libds/common/wscript_build
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/common/wscript_build
parentfe458f23addff53378c5984fa80b813af821c98e (diff)
downloadsamba-cec7c53da955ade9a218fdf0aaa44568d2417eb7.tar.gz
samba-cec7c53da955ade9a218fdf0aaa44568d2417eb7.tar.bz2
samba-cec7c53da955ade9a218fdf0aaa44568d2417eb7.zip
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/common/wscript_build')
-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 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')