2006-11-06 00:26:35 +00:00
|
|
|
#!/usr/bin/env ruby
|
|
|
|
|
require 'mkmf'
|
|
|
|
|
|
2008-06-29 21:37:10 +00:00
|
|
|
if (have_library("orcon", "tx80211_txpacket", "tx80211.h") or find_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
|