]> sigrok.org Git - libsigrok.git/commit
build: Fix distribution of Ruby bindings
authorMarvin Schmidt <redacted>
Fri, 13 May 2016 15:44:12 +0000 (17:44 +0200)
committerUwe Hermann <redacted>
Fri, 13 May 2016 22:32:37 +0000 (00:32 +0200)
commitc4a1015a2951b85098e50915c953593025df5726
tree72f0d3c5fe71432cce6e029fd9befa8cf4298162
parent17165513f3d18cc56d1918126818fb30596898bd
build: Fix distribution of Ruby bindings

The bindings file was not listed in EXTRA_DIST and therefore not
distributed. We also need to provide an target to uninstall the Ruby
bindings and add it to UNINSTALL_EXTRA in order to make `make distcheck`
happy.

This fixes bug #741
Makefile.am