r25305: Fix installation of missing headers.
authorJelmer Vernooij <jelmer@samba.org>
Mon, 24 Sep 2007 13:22:30 +0000 (13:22 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 20:07:11 +0000 (15:07 -0500)
(This used to be commit 83f1721453c253bff77f9d7ececd462331dd846b)

.bzrignore
source4/libcli/config.mk

index 2e3c3ac05adc167699e9d11a18859554f2525232..00ae9572e27040ac9c88b25b7792bd14bcd8ea52 100644 (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
index 89e6f3ce1cc8e4ef8507ede5980412328007f790..3ed35ae627899ade210a34915192c373a6870d66 100644 (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