]> git.notmuchmail.org Git - notmuch/commit
build: integrate building ruby bindings into notmuch build process
authorDavid Bremner <david@tethera.net>
Mon, 1 Jun 2015 07:08:59 +0000 (09:08 +0200)
committerDavid Bremner <david@tethera.net>
Fri, 12 Jun 2015 07:12:28 +0000 (09:12 +0200)
commitd038b9320949c79503fe4b76870aaabf279405ab
treecc37e58cf542034e0a6cab77668aa8b58950e87a
parent32fd74b7aa9c24ec77f8c59d09f89e0535bf64cd
build: integrate building ruby bindings into notmuch build process

Because ruby generates a Makefile, we have to use recursive make.
Because mkmf.rb hardcodes the name Makefile, put our Makefile{.local}
in the parent directory.
Makefile.local
bindings/Makefile [new file with mode: 0644]
bindings/Makefile.local [new file with mode: 0644]
bindings/ruby/README [new file with mode: 0644]
configure
debian/rules