]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Makefile.am: only append libs3 to SUBDIRS when needed
authorYehuda Sadeh <yehuda@inktank.com>
Mon, 21 May 2012 21:20:24 +0000 (14:20 -0700)
committerSage Weil <sage@newdream.net>
Wed, 23 May 2012 17:55:49 +0000 (10:55 -0700)
We appended libs3 to SUBDIRS unconditionally, we only need that
when we actually want to compile it.

Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
src/Makefile.am
src/libs3

index 00d22c90c2e0f588cc703a7c48ee73d851449d89..02efce27ef93f8d4a468bc1bb686f56da99ccd4d 100644 (file)
@@ -1,5 +1,5 @@
 AUTOMAKE_OPTIONS = gnu
-SUBDIRS = ocf libs3
+SUBDIRS = ocf
 DIST_SUBDIRS = gtest ocf leveldb libs3
 
 EXTRA_DIST = \
index f049cb9840b38e96cb76f78242f067c154d1c666..844a57d24e3361ad6849e6ada5467da153a6ff21 160000 (submodule)
--- a/src/libs3
+++ b/src/libs3
@@ -1 +1 @@
-Subproject commit f049cb9840b38e96cb76f78242f067c154d1c666
+Subproject commit 844a57d24e3361ad6849e6ada5467da153a6ff21