1
0
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:
Jelmer Vernooij 2007-09-24 13:22:30 +00:00 committed by Gerald (Jerry) Carter
parent bd4dc88e7b
commit 385622396d
2 changed files with 5 additions and 3 deletions

View File

@ -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

View File

@ -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