Initial commit

This commit is contained in:
Andre Nathan 2013-12-04 16:12:15 -02:00
commit 8aada3d6df
3 changed files with 1363 additions and 0 deletions

5
ext/extconf.rb Normal file
View 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

1145
ext/lxc.c Normal file

File diff suppressed because it is too large Load diff