diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-11-06 12:05:09 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:24:53 -0500 |
commit | 2eeb0e5f282a22e11de07d4038b01fc446e3fc14 (patch) | |
tree | 540812387eb44774e9778a8fb9863a2a5a615d07 /source4/headermap.txt | |
parent | 18aa4c6a38ce994fb59de38c93969d18c992cf8b (diff) | |
download | samba-2eeb0e5f282a22e11de07d4038b01fc446e3fc14.tar.gz samba-2eeb0e5f282a22e11de07d4038b01fc446e3fc14.tar.xz samba-2eeb0e5f282a22e11de07d4038b01fc446e3fc14.zip |
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)
Diffstat (limited to 'source4/headermap.txt')
-rw-r--r-- | source4/headermap.txt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/source4/headermap.txt b/source4/headermap.txt index 937e283470c..fb1b146e7fe 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 |