diff options
author | Loic Dachary <loic@dachary.org> | 2014-03-16 12:25:39 +0100 |
---|---|---|
committer | Loic Dachary <loic@dachary.org> | 2014-03-17 09:48:03 +0100 |
commit | be319983e64610ab6cef7e2ff1d4986aae2525bb (patch) | |
tree | bb466806ce2a2c29990b16d81c867901ff6a050f /src/mon | |
parent | erasure-code: add ostream to factory() (diff) | |
download | ceph-be319983e64610ab6cef7e2ff1d4986aae2525bb.tar.xz ceph-be319983e64610ab6cef7e2ff1d4986aae2525bb.zip |
erasure-code: make libcommon include liberasure-code
So that it can be used in OSDMap which is part of libcommon.
Signed-off-by: Loic Dachary <loic@dachary.org>
Diffstat (limited to 'src/mon')
-rw-r--r-- | src/mon/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mon/Makefile.am b/src/mon/Makefile.am index 2e91517d21c..68c65037158 100644 --- a/src/mon/Makefile.am +++ b/src/mon/Makefile.am @@ -14,7 +14,7 @@ libmon_la_SOURCES = \ mon/HealthMonitor.cc \ mon/DataHealthService.cc \ mon/ConfigKeyService.cc -libmon_la_LIBADD = $(LIBAUTH) $(LIBCOMMON) $(LIBOS) $(LIBERASURE_CODE) +libmon_la_LIBADD = $(LIBAUTH) $(LIBCOMMON) $(LIBOS) noinst_LTLIBRARIES += libmon.la noinst_HEADERS += \ |