~james-page/ubuntu/vivid/ceph/0.93

« back to all changes in this revision

Viewing changes to src/erasure-code/isa/Makefile.am

  • Committer: james.page at ubuntu
  • Date: 2015-03-02 08:41:36 UTC
  • Revision ID: james.page@ubuntu.com-20150302084136-pt6i3vanjmamkrkq
* New upstream release candidate for Hammer stable release (LP: #1423601).
  - d/control,python-*: Split out rbd, rados and cephfs bindings into
    separate python packages, move some bits into ceph/ceph-common.
  - d/control: Move python-flask dependency to ceph package, only required
    for REST API.
  - d/control: Add BD on yasm for amd64 only.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
libec_isa_la_CCASFLAGS = ${AM_CCASFLAGS} -I $(abs_srcdir)/erasure-code/isa/isa-l/include/
50
50
 
51
51
libec_isa_la_LIBADD = $(LIBCRUSH) $(PTHREAD_LIBS) $(EXTRALIBS)
52
 
libec_isa_la_LDFLAGS = ${AM_LDFLAGS} -version-info 2:10:0
 
52
libec_isa_la_LDFLAGS = ${AM_LDFLAGS} -module -avoid-version -shared
53
53
if LINUX
54
54
libec_isa_la_LDFLAGS += -export-symbols-regex '.*__erasure_code_.*'
55
55
endif