7d6999e973ae53442df63504af8638100bb50a7e
[jelmer/samba4-debian.git] / source / build / smb_build / TODO
1 - subdir handler for install headers into a specific directory
2 - saner names for some of the .pc files
3 - .pc files also when there is a public header?
4 - get rid of include/structs.h and include/proto.h
5  - support including a custom header by librpc/gen_ndr/*.c files
6 - plugin loading support in ldb
7 - add register function to smbtorture
8 - proper #include dependencies:
9   for each subsystem:
10   - include line in Makefile
11   - rule in Makefile
12 - install (parts of ?) autogenerated headers
13
14 set of test scripts that check the code:
15 - configure_check_unused.pl
16 - find_unused_macros.pl
17 - find_unused_makefilevars.pl
18 - find_unused_options.sh
19 - findstatic.pl
20 - minimal_includes.pl
21 - check dependencies based on #include lines ?
22 - check whether private headers are not used outside their own subsystem