From 172353d1a578be939a55f8ec8120f2b07968d5d3 Mon Sep 17 00:00:00 2001 From: Joe Thornber Date: Wed, 19 Jun 2013 11:32:16 +0100 Subject: [PATCH] thin_check had fallen out of the makefile --- Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.in b/Makefile.in index 582119f..a2ebee8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -181,6 +181,10 @@ thin_restore: $(THIN_RESTORE_OBJECTS) thin-provisioning/thin_restore.o @echo " [LD] $@" $(V) $(CXX) $(CXXFLAGS) -o $@ $+ $(LIBS) $(LIBEXPAT) +thin_check: $(THIN_CHECK_OBJECTS) thin-provisioning/thin_check.o + @echo " [LD] $@" + $(V) $(CXX) $(CXXFLAGS) -o $@ $+ $(LIBS) + thin_rmap: $(THIN_RMAP_OBJECTS) thin-provisioning/thin_rmap.o @echo " [LD] $@" $(V) $(CXX) $(CXXFLAGS) -o $@ $+ $(LIBS)