8. edit scconfig/plugins.h: copy an existing line and edit it:
plugin_def("plg", "short description", default)
Default is one of:
- sbuildin - unless the user requests otherwise, your plugin is linked into the executable
- sdisable - unless the user requests otherwise, your plugin is not compiled (recommended until the plugin gets some user testing)
- splugin - unless the user requests otherwise, your plugin is dynamically linked; not recommended: the policy is to let users explicitly request dynamic linking
The order of entries in the file is the same as the order in the summary table
at the end of ./configure; insert your plugin in the right group!