aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/vici/ruby/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* vici: Rebuild ruby gem on source file changesMartin Willi2015-03-181-1/+1
|
* vici: Support ruby gem out-of-tree buildsMartin Willi2015-02-271-1/+3
| | | | | | | Referencing $(srcdir) in the gemspec is not really an option, as "gem build" includes the full path in the gem, so we need to build in $(srcdir). As there does not seem to be a way to control the output of "gem build", we manually move the gem to $(builddir) in OOT builds.
* vici: Add vici.gemspec.in and vici.rb to distributionTobias Brunner2014-10-141-0/+2
|
* vici: Use "gem"-assisted vici ruby gem building and installationMartin Willi2014-10-101-0/+20