File: extconf.rb

package info (click to toggle)
libinotify-ruby 0.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 76 kB
  • ctags: 65
  • sloc: ansic: 236; ruby: 64; sh: 5; makefile: 4
file content (6 lines) | stat: -rw-r--r-- 152 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
require 'mkmf'

have_header('linux/inotify.h')
have_header("version.h")
have_type("OpenFile", ["ruby.h", "rubyio.h"])
create_makefile('inotify', 'ext')