r14383: Fix non-developer build.
[samba.git] / source / build / smb_build / TODO
1 - saner names for some of the .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 - improve include paths and how they are handled
8 - install autogenerated headers (seperate directory)
9 - subdir handler for install headers into a specific directory
10
11 set of test scripts that check the code:
12 - configure_check_unused.pl
13 - find_unused_macros.pl
14 - find_unused_makefilevars.pl
15 - find_unused_options.sh
16 - findstatic.pl
17 - minimal_includes.pl
18 - check dependencies based on #include lines ?
19 - check whether private headers are not used outside their own subsystem