Hello, I wish to modify apr_pools.c and add some function calls to my library.
So making apr_pools.c and linking may require adding some arguments to the command line to link the library, e.g. -L and -l.. How can I add these arguments for apr_pools.c ? I had read the Makefile in APR source root but found no where to start :( Regards, Weiming
