From 0e6d36d8a3f9f533cb6eb04408af62bfd1ad83da Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 24 Aug 2011 01:31:29 +0200 Subject: [PATCH] Minor --- src/Makefile.am | 2 +- src/{hb-uniscribe-shape.cc => hb-uniscribe.cc} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/{hb-uniscribe-shape.cc => hb-uniscribe.cc} (100%) diff --git a/src/Makefile.am b/src/Makefile.am index 2928df1..0b20709 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -119,7 +119,7 @@ endif if HAVE_UNISCRIBE HBCFLAGS += $(UNISCRIBE_CFLAGS) HBLIBS += $(UNISCRIBE_LIBS) -HBSOURCES += hb-uniscribe-shape.cc +HBSOURCES += hb-uniscribe.cc HBHEADERS += hb-uniscribe.h endif diff --git a/src/hb-uniscribe-shape.cc b/src/hb-uniscribe.cc similarity index 100% rename from src/hb-uniscribe-shape.cc rename to src/hb-uniscribe.cc -- 2.7.4