From dd8d4ecd202d82bd72d3f30b43e5fab604223e9b Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 23 Sep 2011 09:58:19 -0700 Subject: [PATCH] Makefile: drop useless all_sources thing Signed-off-by: Sage Weil --- src/Makefile.am | 15 --------------- 1 file changed, 15 deletions(-) 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 -- 2.47.3