Skip to content

Commit

Permalink
Makefile: osdc/Journaler is only used by the mds
Browse files Browse the repository at this point in the history
Signed-off-by: Sage Weil <[email protected]>
  • Loading branch information
Sage Weil committed May 6, 2012
1 parent 2e7251e commit e2ee197
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -1106,7 +1106,8 @@ libmds_a_SOURCES = \
mds/SnapServer.cc \
mds/snap.cc \
mds/SessionMap.cc \
mds/MDLog.cc
mds/MDLog.cc \
osdc/Journaler.cc
noinst_LIBRARIES += libmds.a

libos_a_SOURCES = \
Expand Down Expand Up @@ -1139,8 +1140,7 @@ noinst_LIBRARIES += libosd.a
libosdc_la_SOURCES = \
osdc/Objecter.cc \
osdc/ObjectCacher.cc \
osdc/Filer.cc \
osdc/Journaler.cc
osdc/Filer.cc
libosdc_la_CXXFLAGS= ${CRYPTO_CXXFLAGS} ${AM_CXXFLAGS}
libosdc_la_LIBADD = libcommon.la
noinst_LTLIBRARIES += libosdc.la
Expand Down

0 comments on commit e2ee197

Please sign in to comment.