class PackageConfig

def libs

def libs
  path_flags, other_flags = collect_libs
  (path_flags + other_flags).join(" ")
end