1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-30 19:42:05 +03:00

build: moved libds/common/flag_mapping.c into a common subsystem

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Andrew Tridgell
2011-02-24 11:23:53 +11:00
parent 8dbe665a0c
commit 94c04b10db
12 changed files with 30 additions and 4 deletions

View File

@ -105,6 +105,7 @@ bld.RECURSE('source4/setup')
bld.RECURSE('source4/scripting')
bld.RECURSE('pidl')
bld.RECURSE('lib')
bld.RECURSE('libds/common')
if bld.env.enable_s3build:
bld.RECURSE('source3')