mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
r25305: Fix installation of missing headers.
(This used to be commit 83f1721453
)
This commit is contained in:
parent
bd4dc88e7b
commit
385622396d
@ -198,3 +198,5 @@ source/lib/registry/tools/common.h
|
||||
source/librpc/ndr/ndr_table.h
|
||||
test-results
|
||||
source/lib/ldb-samba/ldif_handlers.h
|
||||
rpc_server/lsa/proto.h
|
||||
torture/winbind/proto.h
|
||||
|
@ -3,10 +3,10 @@ include ldap/config.mk
|
||||
include security/config.mk
|
||||
|
||||
[SUBSYSTEM::LIBSAMBA-ERRORS]
|
||||
PUBLIC_HEADERS = util/error.h util/nterr.h util/doserr.h util/nt_status.h
|
||||
PUBLIC_HEADERS = util/error.h util/ntstatus.h util/doserr.h util/werror.h
|
||||
OBJ_FILES = util/doserr.o \
|
||||
util/errormap.o \
|
||||
util/nterr.o \
|
||||
util/errormap.o \
|
||||
util/nterr.o \
|
||||
|
||||
[SUBSYSTEM::ASN1_UTIL]
|
||||
PUBLIC_PROTO_HEADER = util/asn1_proto.h
|
||||
|
Loading…
Reference in New Issue
Block a user