What is the easiest way to create a custom plugin DSO? I have a plugin source `custom.c' which exports an entry point function sasl_auxprop_plug_init(). I can put it into the plugin/ directory and execute libtool compile/link instructions which are copied from Makefile. Is there more straight and easier way? -- Hiroki Sakagami