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 /source4 | |
parent | bd4dc88e7ba84e53b507f01f7a9f73a0d1b959fd (diff) | |
download | samba-385622396d4bf30b3775d24a7da7ee0c08f07ddd.tar.gz samba-385622396d4bf30b3775d24a7da7ee0c08f07ddd.tar.xz samba-385622396d4bf30b3775d24a7da7ee0c08f07ddd.zip |
r25305: Fix installation of missing headers.
(This used to be commit 83f1721453c253bff77f9d7ececd462331dd846b)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/libcli/config.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/libcli/config.mk b/source4/libcli/config.mk index 89e6f3ce1cc..3ed35ae6278 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 |