Commit 2e898f542bb6dd5dcf13a0612ecd1e5855a014ef

Nick Mathewson 2010-03-12T14:16:30

Switch to using AM conditionals in place of AC_LIBOBJ AC_LIBOBJ is really only meant for defining missing library functions, not conditional code compilation. Sticking our conditionally compiled modules in SYS_SRC should make stuff easier to maintain.