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

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