File: extconf.rb

package info (click to toggle)
ruby-em-http-request 0.3.0-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 424 kB
  • sloc: ruby: 2,381; ansic: 999; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 104 bytes parent folder | download
1
2
3
4
5
6
require 'mkmf'

dir_config("http11_client")
have_library("c", "main")

create_makefile("http11_client")