]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rbd-replay: Remove boost_regex from LIBADD and LDADD
authorAdam Crume <adamcrume@gmail.com>
Thu, 7 Aug 2014 19:12:39 +0000 (12:12 -0700)
committerSage Weil <sage@redhat.com>
Thu, 21 Aug 2014 17:57:32 +0000 (10:57 -0700)
Signed-off-by: Adam Crume <adamcrume@gmail.com>
src/rbd_replay/Makefile.am

index 6b2f6806b714c7e26d7afd8caf151144b0c8d4d6..6e85b40537b63cb02e9f9199dac9ec640a13e665 100644 (file)
@@ -7,8 +7,7 @@ librbd_replay_la_SOURCES = rbd_replay/actions.cc \
        rbd_replay/Replayer.cc
 librbd_replay_la_LIBADD = $(LIBRBD) \
        $(LIBRADOS) \
-       $(CEPH_GLOBAL) \
-       -lboost_regex
+       $(CEPH_GLOBAL)
 noinst_LTLIBRARIES += librbd_replay.la
 noinst_HEADERS += rbd_replay/BoundedBuffer.hpp \
        rbd_replay/actions.hpp \
@@ -23,7 +22,6 @@ rbd_replay_SOURCES = rbd_replay/rbd-replay.cc
 rbd_replay_LDADD = $(LIBRBD) \
        $(LIBRADOS) \
        $(CEPH_GLOBAL) \
-       -lboost_regex \
        librbd_replay.la
 
 if LINUX