Standardizing project structure
This commit is contained in:
parent
adc97bb5d0
commit
80529bcf79
11 changed files with 582 additions and 21 deletions
7
ext/lxc/extconf.rb
Normal file
7
ext/lxc/extconf.rb
Normal file
|
@ -0,0 +1,7 @@
|
|||
require 'mkmf'
|
||||
|
||||
abort 'missing liblxc' unless find_library('lxc', 'lxc_container_new')
|
||||
abort 'missing lxc/lxccontainer.h' unless have_header('lxc/lxccontainer.h')
|
||||
|
||||
$CFLAGS += " -Wall #{ENV['CFLAGS']}"
|
||||
create_makefile('lxc')
|
1372
ext/lxc/lxc.c
Normal file
1372
ext/lxc/lxc.c
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue