This reverts commit 35e5d74e5c5786bc91df5dc10b5c08c77305df4e. -> fix build instead --- src/Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 996fd4e..c30c0c1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -26,8 +26,6 @@ bin_PROGRAMS = # like bin_PROGRAMS, but these targets are only built for debug builds bin_DEBUGPROGRAMS = sbin_PROGRAMS = -noinst_PROGRAMS = - sbin_SCRIPTS = \ ceph-disk-prepare \ ceph-disk-activate \ @@ -166,7 +164,7 @@ bin_PROGRAMS += ceph-fuse rbd_fuse_SOURCES = rbd_fuse/rbd-fuse.c rbd_fuse_LDADD = -lfuse librados.la librbd.la $(LIBGLOBAL_LDA) rbd_fuse_CXXFLAGS = ${AM_CXXFLAGS} -noinst_PROGRAMS += rbd-fuse +bin_PROGRAMS += rbd-fuse endif -- 1.8.1.1 -- 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