]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Hadoop: hadoopcephfs is now self-contained instead of requiring other libs.
authorGreg Farnum <gregf@hq.newdream.net>
Tue, 28 Jul 2009 00:19:39 +0000 (17:19 -0700)
committerGreg Farnum <gregf@hq.newdream.net>
Tue, 28 Jul 2009 00:20:29 +0000 (17:20 -0700)
src/Makefile.am

index b58bd4b94b930286296cb561b435c4ecb981c083..f4847eb0d21d79e61caabd7c7998648c2b76f053 100644 (file)
@@ -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_.*'