@@ -558,6 +558,12 @@ sample.fetch_config: fetch_config
shell_commondir = $(libdir)/ceph
shell_common_SCRIPTS = ceph_common.sh
+bash_completiondir = /etc/bash_completion.d
+bash_completion_DATA = $(srcdir)/bash_completion/ceph \
+ $(srcdir)/bash_completion/rados \
+ $(srcdir)/bash_completion/rbd \
+ $(srcdir)/bash_completion/radosgw_admin
+
libceph_includedir = $(includedir)/ceph
libceph_include_DATA = $(srcdir)/include/ceph/libceph.h
@@ -1149,7 +1155,11 @@ noinst_HEADERS = \
tools/gui_resources.h\
test/osd/RadosModel.h\
global/pidfile.h\
- common/sync_filesystem.h
+ common/sync_filesystem.h\
+ bash_completion/ceph\
+ bash_completion/rados\
+ bash_completion/rbd\
+ bash_completion/radosgw_admin
all_sources = $(cmon_SOURCES) $(ceph_SOURCES) $(cephfs_SOURCES) $(librados_config_SOURCES) $(cauthtool_SOURCES) $(monmaptool_SOURCES) \
$(crushtool_SOURCES) $(osdmaptool_SOURCES) $(cconf_SOURCES) $(mount_ceph_SOURCES) $(cmds_SOURCES) \
Signed-off-by: Wido den Hollander <wido@widodh.nl> --- src/Makefile.am | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-)