Fix dist
diff --git a/util/Makefile.am b/util/Makefile.am
index 981cb34..cb91381 100644
--- a/util/Makefile.am
+++ b/util/Makefile.am
@@ -27,6 +27,7 @@
 if HAVE_CAIRO_FT
 hb_view_SOURCES = \
 	hb-view.cc \
+	hb-view.hh \
 	options.cc \
 	options.hh \
 	helper-cairo.cc \
@@ -48,6 +49,7 @@
 if HAVE_FREETYPE
 hb_shape_SOURCES = \
 	hb-shape.cc \
+	hb-view.hh \
 	options.cc \
 	options.hh \
 	$(NULL)