]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
automake: setup autotools to build cephfs-java
authorNoah Watkins <noahwatkins@gmail.com>
Sat, 1 Sep 2012 17:26:41 +0000 (10:26 -0700)
committerNoah Watkins <noahwatkins@gmail.com>
Fri, 19 Oct 2012 16:59:10 +0000 (09:59 -0700)
commit68e01649ff1e6e197bc4ad6dfa24f93912dd87cc
tree6bb10b2574664961b6c3f13aaf1659a9a4ac0d15
parent350433530fb13f219ed528f0327429d17c38de47
automake: setup autotools to build cephfs-java

Adds --enable-cephfs-java and --with-jdk to build
the libcephfs Java bindings and specify the default
JDK directory, respectively.

Also adds default JDK paths to avoid --with-jdk in
the common case. Currently setup for the default
provided by Debian's default-jdk package, but other
default search paths can easily be added.

Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
configure.ac
src/Makefile.am
src/java/.gitignore [new file with mode: 0644]
src/java/Makefile.am [new file with mode: 0644]
src/java/java/com/ceph/fs/CephException.java [deleted file]