1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

r11417: Add TODO for the build system

This commit is contained in:
Jelmer Vernooij 2005-10-31 13:02:17 +00:00 committed by Gerald (Jerry) Carter
parent dccaceee18
commit ad0019ad4e

View File

@ -0,0 +1,12 @@
- split up proto.h into headers with public or private prototypes.
Public prototypes can be marked with _PUBLIC_ in the source
- never install -rpath binaries / libraries, always relink before install
- init functions may be called more then once as different libraries
(in Samba or other projects) can use the same (3rd) library.
- add register function to smbtorture
- init functions per shared library / binary
- install shared modules
- call load_modules() from subsystems/libraries/binaries with modules
- remove smb_build.h include from includes.h and INIT_OBJ_FILES. Replace
with individual include/smb_build.h includes
- improve (un)install scripts (rewrite in perl?)