Blame SOURCES/0003-common-Build-more-files-of-libcommon-in-client.patch

9c220d
From 19d71786dfc63b4dcde744d4a0b3bfcc69617ebb Mon Sep 17 00:00:00 2001
9c220d
From: Boris Ranto <branto@redhat.com>
9c220d
Date: Tue, 21 Feb 2017 15:10:34 +0100
9c220d
Subject: [PATCH] common: Build more files of libcommon in client
9c220d
9c220d
Signed-off-by: Boris Ranto <branto@redhat.com>
9c220d
---
9c220d
 src/common/Makefile.am | 10 +++-------
9c220d
 1 file changed, 3 insertions(+), 7 deletions(-)
9c220d
9c220d
diff --git a/src/common/Makefile.am b/src/common/Makefile.am
9c220d
index 86df75d..79c5df7 100644
9c220d
--- a/src/common/Makefile.am
9c220d
+++ b/src/common/Makefile.am
9c220d
@@ -78,18 +78,14 @@ libcommon_internal_la_SOURCES = \
9c220d
 	common/TracepointProvider.cc \
9c220d
 	common/PluginRegistry.cc \
9c220d
 	common/scrub_types.cc \
9c220d
-	common/blkdev.cc
9c220d
-
9c220d
-common/PluginRegistry.cc: ./ceph_ver.h
9c220d
-
9c220d
-if ENABLE_SERVER
9c220d
-libcommon_internal_la_SOURCES += \
9c220d
+	common/blkdev.cc \
9c220d
 	common/xattr.c \
9c220d
 	common/ipaddr.cc \
9c220d
 	common/ceph_json.cc \
9c220d
 	common/util.cc \
9c220d
 	common/pick_address.cc
9c220d
-endif
9c220d
+
9c220d
+common/PluginRegistry.cc: ./ceph_ver.h
9c220d
 
9c220d
 if LINUX
9c220d
 libcommon_internal_la_SOURCES += \
9c220d
-- 
9c220d
2.9.3
9c220d