'conf_prog_SRCADD'' ''''

conf_prog_SRCADD

Source that corresponds to conf_prog_OBJADD Build macro

If you ever add .o files to conf_prog_SRCADD (described earlier), and if those .o files need to be generated from .c files, you will need to list those corresponding .c files here:

define(`conf_sendmail_SRCADD', `myfilter.c')

Here, we add a source file to the source file list for the sendmail program only. To add source files to all programs, eliminate the _prog_ and use confSRCADD instead.

It is very unlikely that you will ever have to change this value from the one that is predefined for you in your devtools/OS file.



    Part I: Build and Install
    Chapter 2. Build and Install sendmail
    Chapter 4. Configure sendmail.cf with m4
    Part II: Administration
    Part III: The Configuration File