mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-11-12 11:52:01 +01:00
3c64c454df
git-svn-id: file:///home/svn/framework3/trunk@5545 4d416f70-5f16-0410-b530-b9f4589650da
9 lines
261 B
Ruby
9 lines
261 B
Ruby
#!/usr/bin/env ruby
|
|
require 'mkmf'
|
|
|
|
if (have_library("orcon", "tx80211_txpacket", "tx80211.h") or find_library("orcon", "tx80211_txpacket", "tx80211.h"))
|
|
create_makefile("Lorcon")
|
|
else
|
|
puts "Error: the lorcon library was not found, please see the README"
|
|
end
|