Signed-off-by: Wido den Hollander <wido@xxxxxxxxx> --- src/Makefile.am | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index cffd09b..38bbf0e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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) \ -- 1.7.0.4 -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html