Path: | ext/nokogiri/extconf.rb |
Last Update: | Thu Mar 12 18:40:33 -0700 2009 |
ROOT | = | File.expand_path(File.join(File.dirname(__FILE__), '..', '..')) |
LIBDIR | = | Config::CONFIG['libdir'] |
INCLUDEDIR | = | Config::CONFIG['includedir'] |
HEADER_DIRS | = | [ File.join(INCLUDEDIR, "libxml2"), INCLUDEDIR, '/usr/local/include/libxml2', '/usr/include/libxml2', ] |
LIB_DIRS | = | [ LIBDIR, '/opt/local/lib', '/usr/local/lib', '/usr/lib' |