9213b02356
git-svn-id: file:///home/svn/framework3/trunk@4586 4d416f70-5f16-0410-b530-b9f4589650da
9 lines
201 B
Ruby
9 lines
201 B
Ruby
#!/usr/bin/env ruby
|
|
require 'mkmf'
|
|
|
|
if have_library("orcon", "tx80211_txpacket", "tx80211.h")
|
|
create_makefile("Lorcon")
|
|
else
|
|
puts "Error: the lorcon library was not found, please see the README"
|
|
end
|