mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
build: put doserr.c into it's own subsystem, so it's no longer a duplicate
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri Apr 29 10:00:32 CEST 2011 on sn-devel-104
This commit is contained in:
@ -4,10 +4,10 @@ bld.RECURSE('ldap')
|
||||
bld.RECURSE('wbclient')
|
||||
|
||||
bld.SAMBA_LIBRARY('errors',
|
||||
source='../../libcli/util/doserr.c util/errormap.c util/nterr.c',
|
||||
source='util/errormap.c util/nterr.c',
|
||||
public_headers='../../libcli/util/error.h ../../libcli/util/ntstatus.h ../../libcli/util/doserr.h ../../libcli/util/werror.h',
|
||||
header_path='core',
|
||||
deps='talloc',
|
||||
deps='talloc LIBCLI_ERRORS',
|
||||
private_library=True
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user