r14488: Install more headers.
[tprouty/samba.git] / source4 / build / smb_build / TODO
1 - saner names for some of the .pc files (reduce the amount of .pc files?)
2 - plugin loading support in ldb
3 - proper #include dependencies:
4   for each subsystem:
5   - include line in Makefile
6   - rule in Makefile
7 - generate headermap.txt
8
9 set of test scripts that check the code:
10 - configure_check_unused.pl
11 - find_unused_macros.pl
12 - find_unused_makefilevars.pl
13 - find_unused_options.sh
14 - findstatic.pl
15 - minimal_includes.pl
16 - check dependencies based on #include lines ?
17 - check whether private headers are not used outside their own subsystem