summaryrefslogtreecommitdiffstats
path: root/libds/common/wscript_build
Commit message (Collapse)AuthorAgeFilesLines
* lib/util Remove samba-util-common!Andrew Bartlett2011-06-211-1/+1
| | | | | | | All of this code is now in common, so we don't need the second '-common' library any more! Andrew Bartlett
* libds: added roles.h for server rolesAndrew Tridgell2011-05-031-0/+1
| | | | | | | this will allow us to move the server roles in common, which will make it much easier to mix s3/s4 calls in the one C file Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* libds: Make flag_mapping a libraryAndrew Bartlett2011-04-131-3/+5
| | | | | | | This is a tiny library, but otherwise the functions end up in multiple other libraries. Andrew Bartlett
* libds/common/flag_mapping.c - fix another build dependencySean Finney2011-03-011-0/+1
| | | | | | | 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
* build: moved libds/common/flag_mapping.c into a common subsystemAndrew Tridgell2011-02-241-0/+3
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>