Makefile: include java in dist tarball

Include all the java goodness in the dist tarball.  Fixes package builds.

Signed-off-by: Sage Weil <sage@inktank.com>
This commit is contained in:
Sage Weil 2012-10-22 12:51:00 -07:00
parent 3cc39f558d
commit 84a35f80e5
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
AUTOMAKE_OPTIONS = gnu
SUBDIRS = ocf java
DIST_SUBDIRS = gtest ocf leveldb libs3
DIST_SUBDIRS = gtest ocf leveldb libs3 java
EXTRA_DIST = \
libs3/COPYING \

View File

@ -7,7 +7,7 @@ JAVA_SRC = \
java/com/ceph/fs/CephNativeLoader.java \
java/com/ceph/fs/CephNotMountedException.java
EXTRA_DIST = $(JAVA_SRC)
EXTRA_DIST = $(JAVA_SRC) test
if ENABLE_CEPHFS_JAVA