From 2eeb0e5f282a22e11de07d4038b01fc446e3fc14 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 6 Nov 2006 12:05:09 +0000 Subject: r19569: Require that all public header files have a destination path. Fix places where this was currently not the case. (This used to be commit 3894497a232df8cf0457c7439c9ae347f63f24a1) --- source4/headermap.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'source4/headermap.txt') diff --git a/source4/headermap.txt b/source4/headermap.txt index 937e283470..fb1b146e7f 100644 --- a/source4/headermap.txt +++ b/source4/headermap.txt @@ -73,7 +73,7 @@ libcli/libcli_proto.h: client/proto.h librpc/gen_ndr/nbt.h: gen_ndr/nbt.h librpc/gen_ndr/svcctl.h: gen_ndr/nbt.h lib/cmdline/popt_common.h: samba/popt.h -include/dlinklist.h: dlinklist.h +lib/util/dlinklist.h: dlinklist.h version.h: samba/version.h param/proto.h: param/proto.h param/param.h: param.h @@ -85,3 +85,10 @@ libcli/util/error.h: core/error.h libcli/util/proto.h: core/error_proto.h lib/db_wrap.h: db_wrap.h lib/db_wrap_proto.h: db_wrap/proto.h +torture/ui.h: torture/ui.h +torture/torture.h: torture/torture.h +librpc/gen_ndr/winbind.h: winbind.h +param/share.h: param/share.h +param/share_proto.h: param/share_proto.h +lib/util/util_tdb.h: util_tdb.h +lib/util/wrap_xattr.h: wrap_xattr.h -- cgit