~ubuntu-branches/ubuntu/utopic/ceph/utopic

« back to all changes in this revision

Viewing changes to src/common/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:
71
71
        common/bloom_filter.cc \
72
72
        common/linux_version.c
73
73
 
74
 
if LINUX
75
 
libcommon_la_SOURCES += \
76
 
        common/secret.c
77
 
endif
78
 
 
79
74
# these should go out of libcommon
80
75
libcommon_la_SOURCES += \
81
76
        mon/MonCap.cc \
112
107
 
113
108
# important; libmsg before libauth!
114
109
LIBCOMMON_DEPS += \
 
110
        $(LIBERASURE_CODE) \
115
111
        $(LIBMSG) $(LIBAUTH) \
116
 
        $(LIBCRUSH) $(LIBJSON_SPIRIT) $(LIBLOG) $(LIBARCH) \
117
 
        $(KEYUTILS_LIB)
 
112
        $(LIBCRUSH) $(LIBJSON_SPIRIT) $(LIBLOG) $(LIBARCH)
118
113
 
119
114
if LINUX
120
115
LIBCOMMON_DEPS += -lrt