Files
metasploit-gs/external/ruby-lorcon/extconf.rb
T
HD Moore 2982440a28 Removed msflorcon in favor of the new ruby-lorcon module
git-svn-id: file:///home/svn/framework3/trunk@4105 4d416f70-5f16-0410-b530-b9f4589650da
2006-11-06 00:26:35 +00:00

9 lines
188 B
Ruby

#!/usr/bin/env ruby
require 'mkmf'
if have_library("orcon", "tx80211_txpacket")
create_makefile("Lorcon")
else
puts "Error: the lorcon library was not found, please see the README"
end