From 46c0f74a9ea49cf13af47fdfc4dc04848409e85c Mon Sep 17 00:00:00 2001 From: Joe Thornber Date: Tue, 25 Jun 2013 10:46:10 +0100 Subject: [PATCH] [build] install thin_rmap and thin_metadata_calc --- Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.in b/Makefile.in index 1735be7..0d91606 100644 --- a/Makefile.in +++ b/Makefile.in @@ -243,6 +243,8 @@ install: $(PROGRAMS) $(INSTALL_PROGRAM) thin_check $(BINDIR)/thin_check $(INSTALL_PROGRAM) thin_dump $(BINDIR)/thin_dump $(INSTALL_PROGRAM) thin_restore $(BINDIR)/thin_restore + $(INSTALL_PROGRAM) thin_rmap $(BINDIR)/thin_rmap + $(INSTALL_PROGRAM) thin-provisioning/thin_metadata_size $(BINDIR)/thin_metadata_size $(INSTALL_DIR) $(MANPATH)/man8 $(INSTALL_DATA) man8/thin_check.8 $(MANPATH)/man8/thin_check.8 $(INSTALL_DATA) man8/thin_dump.8 $(MANPATH)/man8/thin_dump.8