Author :
Nick Mathewson
Date :
2010-03-12 14:16:30
Hash :2e898f54 Message :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.