summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryehudasa <yehudasa@ceph0.dreamhost.com>2009-02-17 10:57:48 -0800
committeryehudasa <yehudasa@ceph0.dreamhost.com>2009-02-17 10:57:48 -0800
commit4e88a943ed31eb2794a559e9cf0dd28870494ca0 (patch)
tree615e09bc2d7eadca10d9eed9daf3db2b36402dfc
parentd8ac8e5e5d0486b4f8d063d2709638031a6eddba (diff)
downloadceph-4e88a943ed31eb2794a559e9cf0dd28870494ca0.tar.gz
add ceph_init to distribution
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 5b2d79b2fba..48cb454015f 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -50,7 +50,7 @@ bin_PROGRAMS = \
streamtest dupstore dumpjournal testmsgr \
mount.ceph
-bin_SCRIPTS = crun cephd ceph_stop ceph_common.sh
+bin_SCRIPTS = crun cephd ceph_stop ceph_common.sh ceph_init
testmsgr_SOURCES = testmsgr.cc msg/SimpleMessenger.cc
@@ -165,7 +165,7 @@ noinst_LIBRARIES += libcrush_so.a #libcephclient_so.a
# extra bits
EXTRA_DIST = dstart.sh dstop.sh mkcephfs.sh montest.sh restart.sh stop.sh verify-mds-journal.sh vstart.sh \
- crun cephd ceph_stop ceph_common.sh
+ crun cephd ceph_stop ceph_common.sh ceph_init
# cleaning
clean-local: