Initial commit
This commit is contained in:
commit
8aada3d6df
3 changed files with 1363 additions and 0 deletions
5
ext/extconf.rb
Normal file
5
ext/extconf.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
require 'mkmf'
|
||||
if find_library('lxc', 'lxc_container_new') and have_header('lxc/lxc.h')
|
||||
$CFLAGS += " -Wall #{ENV['CFLAGS']}"
|
||||
create_makefile('lxc')
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue