Is there a way to statically link a multi-file module ? I have a pretty complex module consisting of many .c and .h files. Usually I build it with apxs as a shared library, but for the sake of profiling I need to link it into the main httpd executable. I found --with-module option in the configure script, but it deals with just single file modules, doesn't it ?
Regards, J.K.
