class CommonLibraryBuilder

def aggregate_sources?

def aggregate_sources?
  # Feature disabled: it's too hard to make it work because
  # lots of executables have to be linked to individual objects
  # anyway.
  return false
end