# File lib/pkg-config.rb, line 136
  def libs
    path_flags, other_flags = collect_libs
    (path_flags + other_flags).join(" ")
  end