]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rados_bencher: fix build
authorYehuda Sadeh <yehuda@hq.newdream.net>
Thu, 19 Apr 2012 23:44:59 +0000 (16:44 -0700)
committerYehuda Sadeh <yehuda@inktank.com>
Fri, 4 May 2012 22:53:26 +0000 (15:53 -0700)
Signed-off-by: Yehuda Sadeh <yehuda@hq.newdream.net>
src/Makefile.am
src/osdc/rados_bencher.cc

index 7cf36644e73744a1babfd90682d59432e568f120..9a8d205e22d10c0e67a3cb400d33b25f407feaf0 100644 (file)
@@ -285,8 +285,7 @@ librados_SOURCES = \
        librados/librados.cc \
        librados/RadosClient.cc \
        librados/IoCtxImpl.cc \
-       osdc/Objecter.cc \
-       osdc/rados_bencher.cc
+       osdc/Objecter.cc
 librados_la_SOURCES = ${librados_SOURCES}
 librados_la_CFLAGS = ${CRYPTO_CFLAGS} ${AM_CFLAGS}
 librados_la_CXXFLAGS = ${CRYPTO_CXXFLAGS} ${AM_CXXFLAGS}
@@ -319,7 +318,7 @@ librbd_la_LDFLAGS = ${AM_LDFLAGS} -version-info 1:0:0 \
        -export-symbols-regex '^rbd_.*' $(PTHREAD_LIBS) $(EXTRALIBS) 
 lib_LTLIBRARIES += librbd.la
 
-rados_SOURCES = rados.cc rados_import.cc rados_export.cc rados_sync.cc
+rados_SOURCES = rados.cc rados_import.cc rados_export.cc rados_sync.cc osdc/rados_bencher.cc
 rados_LDADD = libglobal.la librados.la $(PTHREAD_LIBS) -lm $(CRYPTO_LIBS) $(EXTRALIBS)
 bin_PROGRAMS += rados
 
index 7800cc99df66fe0fbffff0c4c8afb398fe9736dd..6ee7eca566c3f87196c63442a9f929f9f52056b4 100644 (file)
  * it will just loop forever.
  */
 #include "include/rados/librados.hpp"
-#include "common/config.h"
-#include "global/global_init.h"
 #include "common/Cond.h"
 #include "rados_bencher.h"
+
 #include <iostream>
 #include <fstream>