On Sat, 3 Apr 2004, Chris Sprague wrote: > I'm a new squid user, and I'm attempting to write my own cache_replacement > policy. I have it working currently by simple ifdefing in store_repl_lru.c > file and putting in my own logic. However, I would love to be able to > create my own source directory within the repl directory, and compile and > load the module through squid.conf.
1. Create directory. 2. Create a Makefile.am template within it and your source files. 3. Add your Makefile to configure.in. 4. Run bootstrap.sh to have configure and Makefile.in etc regenerated. Regards Henrik
