mirror of
https://github.com/samba-team/samba.git
synced 2025-11-13 08:23:49 +03:00
r14349: Kill proto.h!
Prototypes are now spread over multiple headers, usually one per subsystem. This change is required to allow proper header dependencies later on, without recompiling Samba each time the mtime of any source file changes.
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
eb8687cdd4
commit
3da79bf909
@@ -36,7 +36,8 @@ OBJ_FILES = \
|
||||
REQUIRED_SUBSYSTEMS = LIBCLI_COMPOSITE
|
||||
|
||||
[SUBSYSTEM::NDR_NBT_BUF]
|
||||
OBJ_FILES = nbt/nbtname.o\
|
||||
PRIVATE_PROTO_HEADER = nbt/nbtname.h
|
||||
OBJ_FILES = nbt/nbtname.o
|
||||
|
||||
[LIBRARY::LIBCLI_NBT]
|
||||
VERSION = 0.0.1
|
||||
|
||||
Reference in New Issue
Block a user