1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

lib/util Remove samba-util-common!

All of this code is now in common, so we don't need the second
'-common' library any more!

Andrew Bartlett
This commit is contained in:
Andrew Bartlett
2011-06-20 20:36:46 +10:00
parent d18491a7bd
commit 5db74b9607
10 changed files with 112 additions and 145 deletions

View File

@ -4,4 +4,4 @@ bld.SAMBA_LIBRARY('flag_mapping',
source='flag_mapping.c',
private_library=True,
public_headers='roles.h',
deps='samba-util-common')
deps='samba-util')