diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-09-24 13:22:30 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 15:07:11 -0500 |
commit | 385622396d4bf30b3775d24a7da7ee0c08f07ddd (patch) | |
tree | 24a8cb0b41c107e125022921d5bda765e2571090 | |
parent | bd4dc88e7ba84e53b507f01f7a9f73a0d1b959fd (diff) | |
download | samba-385622396d4bf30b3775d24a7da7ee0c08f07ddd.tar.gz samba-385622396d4bf30b3775d24a7da7ee0c08f07ddd.tar.bz2 samba-385622396d4bf30b3775d24a7da7ee0c08f07ddd.zip |
r25305: Fix installation of missing headers.
(This used to be commit 83f1721453c253bff77f9d7ececd462331dd846b)
-rw-r--r-- | .bzrignore | 2 | ||||
-rw-r--r-- | source4/libcli/config.mk | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/.bzrignore b/.bzrignore index 2e3c3ac05a..00ae9572e2 100644 --- a/.bzrignore +++ b/.bzrignore @@ -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 diff --git a/source4/libcli/config.mk b/source4/libcli/config.mk index 89e6f3ce1c..3ed35ae627 100644 --- a/source4/libcli/config.mk +++ b/source4/libcli/config.mk @@ -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 |