summaryrefslogtreecommitdiff
path: root/libds/common/wscript_build
diff options
context:
space:
mode:
authorIvo De Decker <ivo.dedecker@ugent.be>2013-05-10 13:33:02 +0200
committerIvo De Decker <ivo.dedecker@ugent.be>2013-05-10 13:33:02 +0200
commit31202ad025bcdeb2585d18dc3f4641b5cf9c0ec4 (patch)
tree32c20d66684ac97b86e55495146e9a676bfae85a /libds/common/wscript_build
parent2865eba17fddda6c49f1209ca92d539111e7ff93 (diff)
downloadsamba-31202ad025bcdeb2585d18dc3f4641b5cf9c0ec4.tar.gz
Imported Upstream version 4.0.0+dfsg1upstream/4.0.0+dfsg1
Diffstat (limited to 'libds/common/wscript_build')
-rw-r--r--libds/common/wscript_build9
1 files changed, 6 insertions, 3 deletions
diff --git a/libds/common/wscript_build b/libds/common/wscript_build
index f6ed2091a5..d7f8acb73d 100644
--- a/libds/common/wscript_build
+++ b/libds/common/wscript_build
@@ -1,4 +1,7 @@
-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,
+ public_headers='roles.h',
+ deps='samba-util')