2006-11-06 00:26:35 +00:00
|
|
|
#!/usr/bin/env ruby
|
|
|
|
|
require 'mkmf'
|
|
|
|
|
|
2007-03-29 13:52:31 +00:00
|
|
|
if have_library("orcon", "tx80211_txpacket", "tx80211.h")
|
2006-11-06 00:26:35 +00:00
|
|
|
create_makefile("Lorcon")
|
|
|
|
|
else
|
|
|
|
|
puts "Error: the lorcon library was not found, please see the README"
|
|
|
|
|
end
|