From: Greg Farnum Date: Tue, 28 Jul 2009 00:19:39 +0000 (-0700) Subject: Hadoop: hadoopcephfs is now self-contained instead of requiring other libs. X-Git-Tag: v0.12~82 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a41c762fcb6fd203059b9e77bb6ec211a340193f;p=ceph.git Hadoop: hadoopcephfs is now self-contained instead of requiring other libs. --- diff --git a/src/Makefile.am b/src/Makefile.am index b58bd4b94b93..f4847eb0d21d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -168,8 +168,9 @@ BUILT_SOURCES += libcls_acl.so if WITH_HADOOPCLIENT JAVA_BASE = /usr/lib/jvm/java-6-sun libhadoopcephfs_la_SOURCES = client/hadoop/CephFSInterface.cc \ -${JAVA_BASE}/include \ -${JAVA_BASE}/include/linux + ${libceph_la_SOURCES} \ + ${JAVA_BASE}/include \ + ${JAVA_BASE}/include/linux libhadoopcephfs_la_CFLAGS = ${AM_CFLAGS} libhadoopcephfs_la_CXXFLAGS = ${AM_CXXFLAGS} libhadoopcephfs_la_LDFLAGS = -version-info 1:0:0 -export-symbols-regex 'hadoopcephfs_.*'