]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Makefile: remove java hadoop _SOURCES dep
authorSage Weil <sage@newdream.net>
Wed, 5 Aug 2009 21:09:59 +0000 (14:09 -0700)
committerSage Weil <sage@newdream.net>
Wed, 5 Aug 2009 21:09:59 +0000 (14:09 -0700)
src/Makefile.am

index 69c1e3dafa5c085acc47c3f314699dce28829b7b..2c3db0da6687bad47ff793895c20ee806e8522b2 100644 (file)
@@ -171,10 +171,7 @@ BUILT_SOURCES += libcls_acl.so
 ## hadoop client
 if WITH_HADOOPCLIENT
 JAVA_BASE = /usr/lib/jvm/java-6-sun
-libhadoopcephfs_la_SOURCES = client/hadoop/CephFSInterface.cc \
-       ${libceph_la_SOURCES} \
-       ${JAVA_BASE}/include \
-       ${JAVA_BASE}/include/linux
+libhadoopcephfs_la_SOURCES = client/hadoop/CephFSInterface.cc ${libceph_la_SOURCES}
 libhadoopcephfs_la_CFLAGS = ${AM_CFLAGS}
 libhadoopcephfs_la_CXXFLAGS = ${AM_CXXFLAGS}
 libhadoopcephfs_la_LDFLAGS = -version-info 1:0:0 -export-symbols-regex 'hadoopcephfs_.*'