diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-03-13 22:36:07 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:57:14 -0500 |
commit | 7a121583b496a8fc0c1fcf44504d814700273e40 (patch) | |
tree | 50ffb9241cdd158ad13bcb97f49fecb30f011dc1 /source4/build/smb_build | |
parent | 35447f0a486a00dc11355613ea7aaa7928c69961 (diff) | |
download | samba-7a121583b496a8fc0c1fcf44504d814700273e40.tar.gz samba-7a121583b496a8fc0c1fcf44504d814700273e40.tar.bz2 samba-7a121583b496a8fc0c1fcf44504d814700273e40.zip |
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 used to be commit 3da79bf909f801386a52e6013db399c384d0401c)
Diffstat (limited to 'source4/build/smb_build')
-rw-r--r-- | source4/build/smb_build/TODO | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/build/smb_build/TODO b/source4/build/smb_build/TODO index 7d6999e973..53027d33d5 100644 --- a/source4/build/smb_build/TODO +++ b/source4/build/smb_build/TODO @@ -1,15 +1,15 @@ -- subdir handler for install headers into a specific directory - saner names for some of the .pc files - .pc files also when there is a public header? - get rid of include/structs.h and include/proto.h - support including a custom header by librpc/gen_ndr/*.c files + - if a ndr_.*_man.h file exists, include it. - plugin loading support in ldb -- add register function to smbtorture - proper #include dependencies: for each subsystem: - include line in Makefile - rule in Makefile -- install (parts of ?) autogenerated headers +- install autogenerated headers (seperate directory) +- subdir handler for install headers into a specific directory set of test scripts that check the code: - configure_check_unused.pl |