diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-10-23 04:57:44 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-10-23 04:57:44 +0200 |
commit | 391ce30d497503ce998d0c5dbab9ea7d4fe3ed3b (patch) | |
tree | 92f079ce362dc5334e7d727dc16c0394fdeeb9d9 /source4 | |
parent | 94c522b1ab2e969f8697f386ba6a933d0984a1dc (diff) | |
download | samba-391ce30d497503ce998d0c5dbab9ea7d4fe3ed3b.tar.gz samba-391ce30d497503ce998d0c5dbab9ea7d4fe3ed3b.tar.bz2 samba-391ce30d497503ce998d0c5dbab9ea7d4fe3ed3b.zip |
Fix header file installation.
Diffstat (limited to 'source4')
-rw-r--r-- | source4/headermap.txt | 8 | ||||
-rw-r--r-- | source4/libcli/config.mk | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/source4/headermap.txt b/source4/headermap.txt index 43119d2695..91b9d108ad 100644 --- a/source4/headermap.txt +++ b/source4/headermap.txt @@ -14,9 +14,9 @@ lib/ldb/include/ldb_errors.h: ldb_errors.h auth/gensec/gensec.h: gensec.h ../librpc/ndr/libndr.h: ndr.h lib/registry/registry.h: registry.h -libcli/util/werror.h: core/werror.h -libcli/util/doserr.h: core/doserr.h -libcli/util/ntstatus.h: core/ntstatus.h +../libcli/util/werror.h: core/werror.h +../libcli/util/doserr.h: core/doserr.h +../libcli/util/ntstatus.h: core/ntstatus.h libcli/cldap/cldap.h: cldap.h librpc/gen_ndr/dcerpc.h: gen_ndr/dcerpc.h librpc/gen_ndr/netlogon.h: gen_ndr/netlogon.h @@ -58,7 +58,7 @@ lib/cmdline/popt_common.h: samba/popt.h version.h: samba/version.h param/param.h: param.h ../lib/util/asn1.h: samba/asn1.h -libcli/util/error.h: core/error.h +../libcli/util/error.h: core/error.h lib/tdb_wrap.h: tdb_wrap.h lib/ldb_wrap.h: ldb_wrap.h torture/smbtorture.h: smbtorture.h diff --git a/source4/libcli/config.mk b/source4/libcli/config.mk index 887cdf8167..74a4b88cbc 100644 --- a/source4/libcli/config.mk +++ b/source4/libcli/config.mk @@ -7,7 +7,7 @@ mkinclude wbclient/config.mk LIBSAMBA-ERRORS_OBJ_FILES = $(addprefix ../libcli/util/, doserr.o errormap.o nterr.o) -PUBLIC_HEADERS += $(addprefix ../libcli/util/, util/error.h util/ntstatus.h util/doserr.h util/werror.h) +PUBLIC_HEADERS += $(addprefix ../libcli/util/, error.h ntstatus.h doserr.h werror.h) [SUBSYSTEM::LIBCLI_LSA] PUBLIC_DEPENDENCIES = RPC_NDR_LSA |