repo.or.cz
/
lwes-ruby.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
preliminary struct support for validations
[lwes-ruby.git]
/
ext
/
lwes
/
extconf.rb
blob
cbcf1b678c0207224516ec62a3e1efd01a15b83e
1
require 'mkmf'
2
dir_config('lwes')
3
4
have_library('lwes') or abort "LWES library not found"
5
have_header('lwes.h') or abort "lwes.h not found"
6
create_makefile('lwes_ext')