commit | fe1605db4f28ed75d5debe0db45a19aa77f0585f | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Mon Sep 19 16:49:03 2011 -0400 |
committer | Behdad Esfahbod <behdad@behdad.org> | Mon Sep 19 16:49:03 2011 -0400 |
tree | 926f7513d3fb8a21d520dcaaaa516d2ff7d15c11 | |
parent | 8b8b19056decaf09e4e0ccd9412ee1aeb30f4de7 [diff] |
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)