~ubuntu-branches/ubuntu/trusty/ceph/trusty-updates

« back to all changes in this revision

Viewing changes to src/mds/Makefile.am

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2014-04-09 11:14:03 UTC
  • mfrom: (1.1.33)
  • Revision ID: package-import@ubuntu.com-20140409111403-jlql95pa8kg1nk9a
Tags: 0.79-0ubuntu1
* New upstream release (LP: #1278466):
  - d/p/modules.patch: Refreshed.
  - d/ceph.install: Install all jerasure modules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
        mds/SnapServer.cc \
28
28
        mds/snap.cc \
29
29
        mds/SessionMap.cc \
30
 
        mds/MDLog.cc 
 
30
        mds/MDLog.cc \
 
31
        mds/MDSUtility.cc
31
32
libmds_la_LIBADD = $(LIBOSDC)
32
33
noinst_LTLIBRARIES += libmds.la
33
34
 
57
58
        mds/MDSTable.h \
58
59
        mds/MDSTableServer.h \
59
60
        mds/MDSTableClient.h \
 
61
        mds/MDSUtility.h \
60
62
        mds/Mutation.h \
61
63
        mds/Migrator.h \
62
64
        mds/Resetter.h \