From: Sage Weil Date: Fri, 23 Sep 2011 16:58:19 +0000 (-0700) Subject: Makefile: drop useless all_sources thing X-Git-Tag: v0.36~43 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=dd8d4ecd202d82bd72d3f30b43e5fab604223e9b;p=ceph.git Makefile: drop useless all_sources thing Signed-off-by: Sage Weil --- diff --git a/src/Makefile.am b/src/Makefile.am index b1cda6693d1c..1e4f53e5e3ae 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1369,21 +1369,6 @@ noinst_HEADERS = \ test/system/systest_settings.h \ test/rados-api/test.h -all_sources = $(ceph_mon_SOURCES) $(ceph_SOURCES) $(cephfs_SOURCES) $(librados_config_SOURCES) \ - $(ceph_authtool_SOURCES) $(monmaptool_SOURCES) \ - $(crushtool_SOURCES) $(osdmaptool_SOURCES) $(ceph_conf_SOURCES) $(mount_ceph_SOURCES) \ - $(ceph_mds_SOURCES) \ - $(ceph_osd_SOURCES) $(dupstore_SOURCES) $(store_test_SOURCES) $(streamtest_SOURCES) \ - $(ceph_syn_SOURCES) \ - $(testmsgr_SOURCES) $(ceph_fuse_SOURCES) $(fakefuse_SOURCES) $(psim_SOURCES) \ - $(libcommon_files) $(libmon_la_SOURCES) $(libmds_a_SOURCES) \ - $(libos_la_SOURCES) $(libosd_la_SOURCES) \ - $(libosdc_la_SOURCES) $(libclient_la_SOURCES) $(ceph_tool_gui_DATA) - -if WITH_RADOSGW -all_sources += $(librgw_SOURCES) -endif - if ENABLE_COVERAGE COV_DIR = $(DESTDIR)$(libdir)/ceph/coverage COV_FILES = $(srcdir)/*.gcno