~ubuntu-branches/ubuntu/karmic/libhpricot-ruby/karmic

« back to all changes in this revision

Viewing changes to ext/hpricot_scan/extconf.rb

  • Committer: Bazaar Package Importer
  • Author(s): Ari Pollak
  • Date: 2006-10-21 19:22:48 UTC
  • Revision ID: james.westby@ubuntu.com-20061021192248-cupe879v4s8i078q
Tags: upstream-0.4
ImportĀ upstreamĀ versionĀ 0.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
require 'mkmf'
 
2
 
 
3
dir_config("hpricot_scan")
 
4
have_library("c", "main")
 
5
 
 
6
create_makefile("hpricot_scan")