mirror of
https://github.com/samba-team/samba.git
synced 2025-05-28 21:05:48 +03:00
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)
This commit is contained in:
parent
18aa4c6a38
commit
2eeb0e5f28
@ -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
|
||||
|
@ -148,7 +148,6 @@ PUBLIC_DEPENDENCIES = LIBNDR NDR_MISC NDR_LSA NDR_SECURITY
|
||||
VERSION = 0.0.1
|
||||
SO_VERSION = 0
|
||||
OBJ_FILES = gen_ndr/ndr_nfs4acl.o
|
||||
PUBLIC_HEADERS = gen_ndr/nfs4acl.h
|
||||
PUBLIC_DEPENDENCIES = LIBNDR NDR_MISC NDR_SECURITY
|
||||
|
||||
[LIBRARY::NDR_SPOOLSS]
|
||||
|
@ -75,8 +75,7 @@ foreach my $p (@ARGV)
|
||||
{
|
||||
my $p2 = findmap($p);
|
||||
unless ($p2) {
|
||||
warn("Unable to map $p");
|
||||
next;
|
||||
die("Unable to map $p");
|
||||
}
|
||||
print "Installing $p as $includedir/$p2\n";
|
||||
|
||||
|
@ -25,7 +25,7 @@ PUBLIC_DEPENDENCIES = \
|
||||
|
||||
[SUBSYSTEM::PIDFILE]
|
||||
OBJ_FILES = pidfile.o
|
||||
PUBLIC_PROTO_HEADER = pidfile.h
|
||||
PRIVATE_PROTO_HEADER = pidfile.h
|
||||
|
||||
#################################
|
||||
# Start BINARY smbd
|
||||
|
@ -3,7 +3,7 @@
|
||||
DESCRIPTION = Samba torture (test) suite
|
||||
SO_VERSION = 0
|
||||
VERSION = 0.0.1
|
||||
PUBLIC_HEADERS = torture.h
|
||||
PUBLIC_HEADERS = torture.h ui.h
|
||||
PUBLIC_PROTO_HEADER = proto.h
|
||||
OBJ_FILES = \
|
||||
torture.o \
|
||||
|
Loading…
x
Reference in New Issue
Block a user