From 4e84ce48d5d41cf1bad2fb8774e5c66745b0e75e Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 20 Jan 2012 13:50:55 -0500 Subject: [PATCH] Move hb-diff to test/shaping/ --- {util => test/shaping}/hb-diff | 0 util/Makefile.am | 2 -- 2 files changed, 2 deletions(-) rename {util => test/shaping}/hb-diff (100%) diff --git a/util/hb-diff b/test/shaping/hb-diff similarity index 100% rename from util/hb-diff rename to test/shaping/hb-diff diff --git a/util/Makefile.am b/util/Makefile.am index 223a59a80..cb913817e 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -57,6 +57,4 @@ bin_PROGRAMS += hb-shape endif endif -EXTRA_DIST += hb-diff - -include $(top_srcdir)/git.mk